Help for this page
Select Code to Download
Select
or
download this
foreach (@strings) { s/cat/dog/g; }
Select
or
download this
map { s/cat/dog/g; } @strings;