in reply to hash assignment wierdness
#!/usr/bin/perl use warnings; use strict; use Data::Dumper; my %hash = undef; print Dumper \%hash; #Output $VAR1 = { '' => undef };
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: hash assignment wierdness
by shmem (Chancellor) on Apr 21, 2007 at 12:33 UTC |