Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Apr 24th, 2015
263
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
sub closure($n) {
say "outer";
return if $n == 0;
my $x = -> $n {
say "inner";
return if $n == 0;
&?ROUTINE(0);
}
$x(1);
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 10 sec ago | 0.25 KB
✅ Crypto Exchange Exploit
JavaScript | 14 sec ago | 0.25 KB
⭐⭐Exchange Exploit⭐ L
JavaScript | 54 sec ago | 0.27 KB
✅ Crypto Exchange Exploit
JavaScript | 57 sec ago | 0.25 KB
Swapzone Glitch ✅ Working
JavaScript | 57 sec ago | 0.25 KB
⭐ChangeNOW Exploit⭐⭐ K
JavaScript | 1 min ago | 0.27 KB
⭐✅ Exploit 2500$ in 15 Minutes 1
JavaScript | 1 min ago | 0.27 KB
⭐ Trading Profit Method ⭐
JavaScript | 1 min ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!