what is -p in perl

Posted by user136104 on Stack Overflow See other posts from Stack Overflow or by user136104
Published on 2010-03-19T11:50:11Z Indexed on 2010/03/19 11:51 UTC
Read the original article Hit count: 166

Filed under:

perl -p -i.bak -e 's/search_str/replace_str/g' filename

here what is -p -i.bak /s and /g

© Stack Overflow or respective owner

Related posts about perl