in reply to Re: Relative Merits of References
in thread Relative Merits of References
The OP has
my %$a=(a=>1,b=>2);
You have
my %a; %$a=(a=>1,b=>2);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Relative Merits of References
by johngg (Canon) on May 11, 2006 at 18:47 UTC |