Help for this page

Select Code to Download


  1. or download this
    for my $file_in_string_form ( @all_files ) {
      for my $crummy_good_ar (@corrections_to_make) {
    ...
        $file_in_string_form =~ s/$crummy/$good/ig;
      }
    }