Where is $GunzipError defined or assigned?
More verbosely (note - I have not tried this): the example use line in IO::Uncompress::Gunzip is use IO::Uncompress::Gunzip qw(gunzip $GunzipError);. The stuff within the qw tells the module that it should define $GunzipError and export it to your current package (ok, a very simplified explanation). Unless you include that, you will need to access $GunzipError probably like this: $IO::Uncompress::Gunzip::GunzipError.
--MidLifeXis
In reply to Re: can't unzip file
by MidLifeXis
in thread can't unzip file
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |