Skip to content

Instantly share code, notes, and snippets.

@masak
Created May 30, 2010 12:21
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 masak/418990 to your computer and use it in GitHub Desktop.
Save masak/418990 to your computer and use it in GitHub Desktop.
$ cat one-off
sub bar {
pfff
}
bar
$ perl6 one-off
Could not find sub &pfff
in 'bar' at line 1:one-off
in main program body at line 6:one-off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment