in reply to gunzip exception
eval { $data = gunzip( $gz ); 1 } or { say "Can't unzip $file: $@"; exit 1 };
See Bug in eval in pre-5.14 for more details.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: gunzip exception
by luxs (Beadle) on Feb 08, 2021 at 10:44 UTC |