Help for this page
Select Code to Download
Select
or
download this
@foo = map { '%'.$_.'%' } @foo;
Select
or
download this
foreach (@foo) { $_ = '%'.$_.'%' }