Help for this page
Select Code to Download
Select
or
download this
for (map("arg$_", 1..5)) { .. }
Select
or
download this
my @formArgs = map { "arg$_" } 1..5;
Select
or
download this
foreach ( @formArgs ) { .. }