mrhenroi has asked for the wisdom of the Perl Monks concerning the following question:
A few of my many problems:# configs_topic.pl package Configs; %some_hash = ( key1 => "value1", key2 => { key3 => 'value2', } ); # my tool require "configs_topic.pl"; my $value = $Configs::some_hash{key1};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Toolset configuration
by Tanalis (Curate) on Jul 29, 2005 at 07:31 UTC | |
|
Re: Toolset configuration
by themage (Friar) on Jul 29, 2005 at 12:36 UTC | |
|
Re: Toolset configuration
by anonymized user 468275 (Curate) on Jul 29, 2005 at 07:52 UTC | |
|
Re: Toolset configuration
by Anonymous Monk on Jul 29, 2005 at 08:59 UTC |