This website requires JavaScript.
Explore
Help
Register
Sign in
aparler
/
RosettaCodeData
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
12
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
2023
RosettaCodeData
/
Task
/
Topic-variable
/
Perl
/
topic-variable-2.pl
9 lines
112 B
Perl
Raw
Permalink
Normal View
History
Unescape
Escape
YAPC::EU 2018 Glasgow Update!
2018-08-17 15:15:24 +01:00
for
(
1
..
2
)
{
print
"outer $_:\n"
;
local
$
_
;
for
(
1
..
3
)
{
print
" inner $_,"
;
all tasks
2013-04-11 01:07:29 -07:00
}
YAPC::EU 2018 Glasgow Update!
2018-08-17 15:15:24 +01:00
print
" fini\n"
;
all tasks
2013-04-11 01:07:29 -07:00
}
Reference in a new issue
Copy permalink