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