Skip to content

Instantly share code, notes, and snippets.

@meru-akimbo
Created May 15, 2012 14:21
Show Gist options
  • Save meru-akimbo/2702130 to your computer and use it in GitHub Desktop.
Save meru-akimbo/2702130 to your computer and use it in GitHub Desktop.
Learning Perl 9.6-2
$^I = ".out";
while(<>){
s/Fred/Larry/gi;
print;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment