Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created June 9, 2016 12:51
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 tadzik/a63294b0cf753af8faf348e812ffe6e3 to your computer and use it in GitHub Desktop.
Save tadzik/a63294b0cf753af8faf348e812ffe6e3 to your computer and use it in GitHub Desktop.
┌─[tadzik@yavin]─[~]
└─[%]─> perl6 -e 'sub MAIN($arg is copy) { say $arg }' foo
foo
┌─[tadzik@yavin]─[~]
└─[%]─> perl6 -e 'sub MAIN($arg is rw) { say $arg }' foo
Usage:
-e '...' <arg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment