perl

Perl 5 언어 인터프리터. 더 많은 정보: https://www.perl.org.

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