Skip to content

Instantly share code, notes, and snippets.

@pixyzehn
Created November 20, 2013 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pixyzehn/7556520 to your computer and use it in GitHub Desktop.
Save pixyzehn/7556520 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl -w
@lines = `perldoc -u -f atan2`
foreach (@lines) {
s/\w<([^>]+)>/\U$1/g;
print;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment