Help for this page

Select Code to Download


  1. or download this
    sub modify {
       chomp( $_[0] );
    ...
    modify($f);
    print $f;
    #fred
    
  2. or download this
    sub modify2 {
       # Create a copy of the input
    ...
    modify($f);
    print $f;
    #fred\n