Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
[Perl 6] Higher-order function combo (method call).
cwchen
Nov 28th, 2017
4,852
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Perl 6
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
my
$n
=
(
1
..
10
)
.
grep
(
{
$_
mod
2
!=
0
}
)
.
map
(
{
$_
**
2
}
)
.
reduce
:
{
$^a
+
$^b
}
;
$n
==
1
**
2
+
3
**
2
+
5
**
2
+
7
**
2
+
9
**
2
or
die
"Wrong value"
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐⭐
Java | 5 sec ago | 0.18 KB
✅ Crypto Exchange Exploit
JavaScript | 15 sec ago | 0.25 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 19 sec ago | 0.18 KB
⭐ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 27 sec ago | 0.25 KB
⭐⭐⭐Free Giftcards Method⭐⭐⭐
Java | 30 sec ago | 0.18 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 42 sec ago | 0.18 KB
⭐⭐⭐Crypto Accounts⭐⭐⭐
Java | 53 sec ago | 0.18 KB
ChangeNOW Exploit
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!