Skip to content

Instantly share code, notes, and snippets.

@fujiwara
Created October 13, 2009 13:19
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 fujiwara/209228 to your computer and use it in GitHub Desktop.
Save fujiwara/209228 to your computer and use it in GitHub Desktop.
my @FOO = qw/ foo /;
sub nested {
sub {
sub {
warn @FOO;
}->();
}->();
}
nested();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment