Help for this page
Select Code to Download
Select
or
download this
print $a if ++$a for qw/x y w h/;
Select
or
download this
do { print $a if ++$a } for qw/x y w h/;