tokuhirom
12/12/2009 - 7:58 PM

gistfile1.txt

#!/usr/bin/perl
use strict;
use PadWalker 'peek_my';

my $x = 1;
sub {
    sub { $x };
    (sub { peek_my(0) })->();
}->();