You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# read first line to see if we have any data
my $unzip = IO::Uncompress::AnyUncompress->new($fname);
my $header = scalar(<$unzip>); # read first line
$header or err("The input appears to be empty");
it's core Perl and is easy as using open().
The text was updated successfully, but these errors were encountered:
https://perldoc.perl.org/IO/Uncompress/AnyUncompress.html
it's core Perl and is easy as using open().
The text was updated successfully, but these errors were encountered: