![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: return !!by Random_Walk (Prior) |
on Mar 04, 2009 at 20:07 UTC ( #748307=note: print w/replies, xml ) | Need Help?? |
It is returning true if the array contains any elements, false if not. It take the array in scalar context (thus getting its length) and negates it, so zero length would be true, non-zero false, then negates this again. Cheers,
Pereant, qui ante nos nostra dixerunt!
In Section
Seekers of Perl Wisdom
|
|