Help for this page
Select Code to Download
Select
or
download this
for $elem (@ARRAY) { $elem =~ s#find#replace#; }
Select
or
download this
s#find#replace# for @ARRAY;