Help for this page
Select Code to Download
Select
or
download this
foreach my $var (LIST) { .. }
Select
or
download this
my $var; foreach $var (LIST) { .. }
Select
or
download this
foreach my $var (LIST) { .. }