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 NULLThis 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.
|
|---|