View Single Post
  #2  
Old 10-05-2004, 11:26 PM
The_Horrid
Fire Beetle
 
Join Date: May 2004
Posts: 14
Default

Use

Code:
if (($itemcount{123456} == 1) && ($itemcount{78910} ==1)  && ($itemcount{23456} == 1))
etc.. enclose each $itemcount{} == X in it's own set of parenthesis, AND enclosed them all in one () as well...

And I am not too sure Else is part of Perl's else statements, may try 'elsif' instead, not sure though. GL.


The_Horrid
Reply With Quote