Help for this page
#!/usr/bin/perl -w use strict; ... $string =~ s/$find/$replace/eeg; print ">>$string<<\n";