Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created July 1, 2012 19:32
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/3029332 to your computer and use it in GitHub Desktop.
Save tadzik/3029332 to your computer and use it in GitHub Desktop.
use Test;
#= a nice subroutine
sub foo {
sub bar {
}
}
is &foo.WHY.content, 'a nice subroutine';
isnt foo().WHY.content, 'a nice subroutine';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment