Hi, I was just wondering, when we talk about integers specifically, what's the difference between: my $foo = 1; my $bar = 1;
and my ($foo, $bar) = 1 I am getting more and more occurances where when I use the later as above, $bar would not have a defined value... I'm not quite sure I understand why. -- Regards, Chris Knipe