On Thu, 17 May 2001 15:09:06 +0200, "Schmidt,Thomas"
<[EMAIL PROTECTED]> wrote:

>i have declared the hash:
>
>                               # this hash will contain the settings 
>                               # from the config-file
>                               %config_values = undef;
>
>in my main::   module and want to access in in a 
>module xx that is loaded after the declaration of the
>hash.
>
>I've permutated out :-((   serveral methods to access
>the hash, like for example:
>
>$my_expected_value = $server::{$config_values{'HL7_ENGINE_TABLES'}};

 $my_expected_value = $main::$config_values{'HL7_ENGINE_TABLES'};

-Jan

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to