in reply to Re: hash name not sticking?
in thread hash name not sticking?
the only interesting effect is that when I use 'my %hash' i get 'Global symbol "$hash" requires explicit package name...' and when i use 'my $hash' i get 'Global symbol "%hash" requires explicit package name...'. just weird.
|
|---|