- or download this
if ($myfile =~ /\.gz$/)
{
...
my $myfile_timestamp = (stat(MYFILE))[9];
close(MYFILE);
- or download this
gzip: stdout: Broken pipe
- or download this
gzip: stdout: Broken pipe
Can't close filehandle 'MYFILE': '' at myscript.pl line 1014
- or download this
while (<MYFILE>)
{
chomp($_);
}