in reply to Re^3: hash problem
in thread hash problem

IF you try that, Data::Dumper gives you:
$VAR1 = 'three'; $VAR2 = undef; $VAR3 = 'one'; $VAR4 = undef; $VAR5 = 'two'; $VAR6 = undef;

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law