Skip to content

Instantly share code, notes, and snippets.

Created August 5, 2015 07:58
Show Gist options
  • Save anonymous/d0d93d96e3fdc3420615 to your computer and use it in GitHub Desktop.
Save anonymous/d0d93d96e3fdc3420615 to your computer and use it in GitHub Desktop.
map print,
map "hello = $_->[0] , world = $_->[1]\n",
map [split ','],
map {s/[\x0d\x0a]//g; $_}
map scalar <STDIN>,
1..<STDIN>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment