in reply to Re^2: help on reference to hash
in thread help on reference to hash
That's because it should be tcl_defs, not tclDefs:
my %my_tcldefs = %{$cliParms->{'tcl_defs'}};
EDIT: for the benefit of later readers and to avoid confusion, when I wrote this reply, the original question (since edited, apparently) indeed said tcl_defs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: help on reference to hash
by skyworld_chen (Acolyte) on Jun 21, 2014 at 10:21 UTC | |
by AppleFritter (Vicar) on Jun 21, 2014 at 10:44 UTC |