- or download this
my $checkthree = param('check');
- or download this
use strict;
use warnings;
my $checkthree = param('check');
- or download this
open IN, $data or die "Cannot open $data for reading:$!\n";
- or download this
while (my $line =<DATA>)
...
if ($three eq $checkthree) {print "$three found before $four in li
+ne $.\n"; last;}
}
close DATA;