in reply to Re: Hash problem
in thread Hash problem
$hash{$1}=()works without warning, on 5.6.1 and on 5.8.4, as does
my $x = ();
Can anybody explain, are my expectations so off?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Hash problem
by jasonk (Parson) on May 19, 2005 at 13:33 UTC |