RE: logic problems in while loop resend

2001-05-10 Thread Mike Prozinski
inventory for $item is $old{$item}\n"; } print "\n\n"; foreach $item (sort keys(%new)){ print "new inventory for $item is $new{$item}\n"; } ___ Michael Prozinski Interautomation, Inc. email=> [EMAIL PROTECTED] Dearborn =>

RE: logic problems in while loop resend

2001-05-10 Thread Jean-Paul Felix
Thanks for replies, I need to explain some more because I think my code might be better ignored! The files are inventory balances for each day. I need to check todays file against the old file (yesterdays) and: Add deleted stuff to the new file (to which I will add a balance of zero). The new fi