Skip to content

Instantly share code, notes, and snippets.

@pmichaud
Created November 6, 2009 21:49
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 pmichaud/228317 to your computer and use it in GitHub Desktop.
Save pmichaud/228317 to your computer and use it in GitHub Desktop.
$ cat x
END { say('world'); }
say('hello');
$ ./perl6 x
hello
world
$ ./perl6 t/01-sanity/09-end-blocks.t
1..2
ok 1
ok 2
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment