Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Nov 6th, 2016
144
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Perl 6
0.28 KB
| None
|
0
0
raw
download
clone
embed
print
report
use
v6
;
loop
{
if
$*IN
.
eof
{
say
'reopen'
;
$*IN
=
open
(
$*IN
.
path
,
:
r
)
;
}
my
$s
=
$*IN
.
Supply
;
react
{
whenever
$s
->
$buf
{
print
$buf
;
LAST
{
say
'got eof'
;
}
}
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Free Crypto Method ✅ NEVER SEEN BEFORE
JavaScript | 11 sec ago | 0.25 KB
⭐Swapzone Glitch ✅ Working⭐ A
JavaScript | 15 sec ago | 0.27 KB
✅ Make $2500 in 20 minutes⭐⭐ L
JavaScript | 31 sec ago | 0.27 KB
⭐ Free SOLANA Method ⭐
JavaScript | 36 sec ago | 0.25 KB
⭐⭐Exchange Exploit⭐ L
JavaScript | 46 sec ago | 0.27 KB
⭐ChangeNOW Exploit⭐⭐ K
JavaScript | 1 min ago | 0.27 KB
⭐ Instant BTC Profit Method ⭐
JavaScript | 1 min ago | 0.25 KB
⭐✅ MAKE $2500 IN 15 MIN 1
JavaScript | 1 min ago | 0.27 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!