Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
      $udStr =~ s/\$$_(?=\D)/$replace/;
      }
    print "after: $udStr\n";
    
  2. or download this
    before: abcabcabc
    after: ---a---bcabcabc