Help for this page
#!/usr/bin/perl -w use strict; ... if ($text =~ s/$find/$rpl/ee) { print "1st replacement made:\n\t$text\n"; }