Created
March 10, 2011 17:00
-
-
Save SpringMT/864460 to your computer and use it in GitHub Desktop.
ハッシュを与えると文字列
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| perl -MString::ShellQuote -E 'my $i = say shell_quote map { ++$i % 2 ? "--$_" : $_ } (foo => 42, bar => "a b c")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment