Help for this page
Select Code to Download
Select
or
download this
$string = "print 'got an o\n'"; $string =~ s/(.*)/$1/eg;