in reply to Re: passing a hash to module function
in thread passing a hash to module function
That won't help, for two reasons. One is that the code accesses $param as a hash reference. The more important reason is that the function gets called as a method but doesn't deal with the invocant.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: passing a hash to module function
by kosta (Sexton) on Feb 15, 2011 at 19:08 UTC | |
by Marshall (Canon) on Feb 15, 2011 at 19:27 UTC |