![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: lvalue - howto fix?by Nitrox (Chaplain) |
on Nov 20, 2002 at 20:39 UTC ( #214618=note: print w/replies, xml ) | Need Help?? |
$ok = "Y" if ($zipcheck->read($arczip)== AZ_OK);
First you need a comparative operator to check AZ_OK, and is AZ_OK a constant you've defined elsewhere? -Nitrox
In Section
Seekers of Perl Wisdom
|
|