cosmicperl has asked for the wisdom of the Perl Monks concerning the following question:
All of which cause errors :(defined &{ {$package}::$rmhash{$runmode} } defined &{ ${$package}::{$rmhash{$runmode}} } defined &{ ${ {$package}::{$rmhash{$runmode}} } } defined &{ ${$package}::$rmhash{$runmode} }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting brackets right, checking for package subs
by Corion (Patriarch) on Feb 19, 2009 at 12:46 UTC | |
by cosmicperl (Chaplain) on Feb 19, 2009 at 13:27 UTC |