Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created January 29, 2012 16:33
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/1699545 to your computer and use it in GitHub Desktop.
Save tadzik/1699545 to your computer and use it in GitHub Desktop.
┌─[tadzik@yavin4]─[~/src/perl/todo] (master)*
└─[%]─> cat dupa.pl
#= create a file
multi MAIN('create') { }
#= delete a file
multi MAIN('delete') { }
multi MAIN('undocumented') { }
┌─[tadzik@yavin4]─[~/src/perl/todo] (master)*
└─[%]─> perl6 dupa.pl
use of uninitialized value of type Any in string context
Usage:
dupa.pl create -- create a file
dupa.pl delete -- delete a file
dupa.pl undocumented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment