Help for this page
Select Code to Download
Select
or
download this
map { substr($_, 1, 1) = "foo" } qw(bar baz);
Select
or
download this
grep { substr($_, 1, 1) = "foo" } qw(bar baz);
Select
or
download this
foreach ( qw(foo) ) { $_ = 1 }