Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Created July 23, 2013 12:10
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 hoelzro/6061896 to your computer and use it in GitHub Desktop.
Save hoelzro/6061896 to your computer and use it in GitHub Desktop.
use v6;
sub MAIN(Str $value) {
}
# output when I run perl6 main-str-int-argument.p6 10:
#`(
$ perl6 main-str-int-argument.p6 10
Usage:
main-str-int-argument.p6 <value>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment