Skip to content

Instantly share code, notes, and snippets.

@tokuhirom
Forked from miyagawa/gist:255022
Created December 12, 2009 19:58
Show Gist options
  • Save tokuhirom/255029 to your computer and use it in GitHub Desktop.
Save tokuhirom/255029 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use strict;
use PadWalker 'peek_my';
my $x = 1;
sub {
sub { $x };
(sub { peek_my(0) })->();
}->();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment