SmokeyB has asked for the wisdom of the Perl Monks concerning the following question:
and from that I call the following function accordingly:my %MasterType = ( 'TEXT' => { 'function' => \&run_default, 'command' => 'SIIA', 'linkedHeaders' => { 'r#' => 'INO', 'rf' => 'IS1', 'rt' => 'ITE', }, }, );
I'm just curious to know if I'm on the right track of things.&{%MasterType->{'TEXT'}->{'function'}}( %MasterType->{'TEXT'}->{'command'}, %MasterType->{'TEXT'}->{'linkedHeaders'} );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Too Hash Happy?
by bart (Canon) on May 01, 2003 at 19:38 UTC | |
|
Re: Too Hash Happy?
by diotalevi (Canon) on May 01, 2003 at 19:31 UTC | |
by SmokeyB (Scribe) on May 01, 2003 at 20:03 UTC | |
|
Re: Too Hash Happy?
by gjb (Vicar) on May 01, 2003 at 19:29 UTC | |
|
Re: Too Hash Happy?
by hardburn (Abbot) on May 02, 2003 at 14:19 UTC |