View Single Post
  #4  
Old 04-13-2008, 07:40 AM
Bulle
Hill Giant
 
Join Date: Jan 2008
Posts: 102
Default

Indeed, "$itemcount{812} => 1" may be creating a map, which is an object hence not null. So it can be interpreted as a TRUE. I am far from an expert in Perl but I have seen such things on other languages (like C, Java) which do interpret many non-nul values to true.

Have you tried using the regular >= instead of => ? For a compiler they are absolutely not the same beasts.
Reply With Quote