in reply to Re: How to zip and unzip a page in a subroutine ??
in thread How to zip and unzip a page in a subroutine ??

I think your problem is that $ua is NULL
This is Perl monks, not C monks. There's no NULL in Perl, except as a user definable indentifier. Perl has undef though, and that's probably what you mean.
Perl --((8:>*
  • Comment on Re^2: How to zip and unzip a page in a subroutine ??