Skip to content

Instantly share code, notes, and snippets.

@mattn
Created February 23, 2011 02:42
Show Gist options
  • Save mattn/839890 to your computer and use it in GitHub Desktop.
Save mattn/839890 to your computer and use it in GitHub Desktop.
use strict;
sub sub { $_[0]->() }
main::sub(sub{sub{sub{sub{sub {
warn "foo"
}}}}})->()->()->()->()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment