Guest User

Untitled

a guest
Apr 26th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/usr/bin/perl
  2. use strict;
  3. use PadWalker 'peek_my';
  4.  
  5. my $x = 1;
  6. sub {
  7. sub { $x };
  8. (sub { peek_my(0) })->();
  9. }->();
Add Comment
Please, Sign In to add comment