Skip to content

Instantly share code, notes, and snippets.

@parkjinwoo
Created July 24, 2013 07:15
Show Gist options
  • Save parkjinwoo/6068612 to your computer and use it in GitHub Desktop.
Save parkjinwoo/6068612 to your computer and use it in GitHub Desktop.
Learning Perl
cat example.txt | perl -e 'while($line=<>){$line=~s/print/say/gi;print $line;}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment