Perl 5 언어 인터프리터. 더 많은 정보: https://www.perl.org.
stdin에서 regex1과 일치하고 대소문자를 구분하지 않는 regex2와 일치하는 행 출력:perl -n -e 'print if m/{{regex1}}/ and m/{{regex2}}/i'
perl -n -E 'say $1 if m/{{이전}} ( {{정규식_그룹}} ) {{이후}}/x'
perl -i'.bak' -p -e 's/{{regex}}/{{대체}}/g' {{경로/대상/파일들}}
perldoc perlrun ; perldoc module ; perldoc -f splice; perldoc -q perlfaq1