On Tuesday 14 August 2001 11:56, Bob Showalter wrote:
> Or, from perldoc perldata:
>
>       If you evaluate a hash in scalar context, it returns false if the
> hash is empty.  If there are any key/value pairs, it returns true; more
> precisely, the value returned is a string consisting of the number of used
> buckets and the number of allocated buckets, separated by a slash.
>
> print "Empty!\n" unless %myhash;

Doh!  I answered the question in my head, not the one that was asked.  Sorry, 
kids.

Regards,

Troy


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to