Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    ----^^--------- # you have an "e" here
    
  2. or download this
    use warnings;
    use strict;
    ...
        chomp; # this will remove the newline from $_
        print "I saw $_ in the file\n";
    }
    
  3. or download this
    #!/usr/bin/perl
    
  4. or download this
    #/user/bin/perl
    ----^-- remove the "e"