Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
     
    ...
        chomp;
        print "It was $_ that in some stooge like file!\n";
    }
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
        chomp;
        print "It was $_ that I saw in some stooge-like file!\n";
    }