Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
test perl
chatchai_j
Jul 19th, 2013
176
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Perl
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/usr/bin/perl -w-
my
$a
=
"a"
;
my
(
$b
,
$c
)
=
(
'a'
,
'a'
)
;
for
my
$i
(
0
..
2
)
{
$b
=
'b'
,
$c
=
'c'
,
next
if
(
$a
eq
"a"
)
;
print
"$i ..
\n
"
;
}
print
"$a $b $c
\n
"
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
27 min ago | 9.47 KB
codex-vs-uy-ip-networks
2 hours ago | 3.50 KB
Untitled
2 hours ago | 13.92 KB
Untitled
3 hours ago | 0.76 KB
Untitled
3 hours ago | 1.42 KB
Untitled
3 hours ago | 1.00 KB
Untitled
3 hours ago | 1.10 KB
Untitled
3 hours ago | 1.20 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!