Skip to content

Instantly share code, notes, and snippets.

@gfldex
Last active July 1, 2016 09:14
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 gfldex/d083f6925f0472ee8a1fab7817d45910 to your computer and use it in GitHub Desktop.
Save gfldex/d083f6925f0472ee8a1fab7817d45910 to your computer and use it in GitHub Desktop.
my @options = <a b c d e>;
my %short-flags\
<== map { $_.uc => $_ }\
<== grep { $_.uc }\
<== @options;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment