Skip to content

Instantly share code, notes, and snippets.

@Code-Hex
Created May 8, 2015 06:29
Show Gist options
  • Save Code-Hex/4d5594072b2953bcbde7 to your computer and use it in GitHub Desktop.
Save Code-Hex/4d5594072b2953bcbde7 to your computer and use it in GitHub Desktop.
Perl の様々な技
perl -e 'print $^V;' # version
perl -e 'print <>;' # cat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment