- or download this
my $fh = new IO::Uncompress::Gunzip "input file",
or die "Cannot open file ..." ;
my $line = <$fh> ;
- or download this
my $fh = new IO::Uncompress::Gunzip "input file",
...
or die "Cannot open file ..." ;
my $line = <$fh> ;
- or download this
sub rewind
{
...
}
rewind($fh, "somefile");