- or download this
sub without_regexp {
my $largest = "";
...
close (INFILE) || die "error $!";
print "LARGEST FOUND: $largest\n";
}
- or download this
sub with_regexp {
my $largest = "";
...
close (INFILE) || die "error $!";
print "LARGEST FOUND: $largest\n";
}
- or download this
sub with_regexp {
my $largest = "";
...
close (INFILE) || die "error $!";
print "LARGEST FOUND: $largest\n";
}