Hi,I was doing a perl script which will do unzipping a .gz file and doing some operations.This script was working for small files.But when i tried with some big files i was getting an error like "gunzip failed: Inflation Error: data error for <filename>".Can anyone help?
The code i used for this isuse IO::Uncompress::Gunzip qw(gunzip $GunzipError); gunzip $input => $output or die "gunzip failed: $GunzipError for $output\n";
In reply to Inflation error by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |