Skip to content

Instantly share code, notes, and snippets.

@k0001
Created February 22, 2009 03:17
Show Gist options
  • Save k0001/68314 to your computer and use it in GitHub Desktop.
Save k0001/68314 to your computer and use it in GitHub Desktop.
while (<>) {
s/(.*)/\[\U$1\]/;
print "$ARGV: $_";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment