in reply to Re: hash problem
in thread uninitialized value on hash lookup (was: hash problem)
Thanks,
If I put this line inside the following if(..){} block.:
print $myhash{$Line},"\n";
it will hanging there, gives you nothing and never exit at all. which just like I do not have this line and program go directly to if (..) {} block.