Help for this page
Select Code to Download
Select
or
download this
foreach (@ {$count}) { print "$_! \n"; }
Select
or
download this
print "$_! \n" for @$count;