Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    print "$counter replacements\n";
    print "@strings\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
    $counter--;
    print "$counter replacements\n";
    print "@strings\n";