- Notifications
You must be signed in to change notification settings - Fork 6
dbbolton edited this page Sep 14, 2010
·
23 revisions
Examples:
| Input | Evaluates to |
pl '$_="foo"; print if /o/;' | perl -e '$_="foo"; print if /o/;' |
pl 's/foo/bar/g' pw file.txt .bak | perl -p -w -i.bak -e 's/foo/bar/g' file.txt |