Actually i found out that this was the correct answer
code:
| return %{$Actions::Vars::config{$conf}}; |
-
tnks a lot to all of you for the quick answers..
it now recognizes the hash im sending to, but its complaining a bit about
the values.. saying it cat find the values for the keys.. but i don“t think
this will be a real problem... it must be some gramatical eror or something
tnks again
Fernando
[EMAIL PROTECTED] wrote:
>
> [snip]
>
>
> | return %Actions::Vars::config{$conf}; |
>
>-
>
Must read:
At 19:53 14.03.2002 +0100, Per Einar Ellefsen wrote:
>Again, see perllol, it'll give you insight into this matter.
Oops, like Garth pointed out, this is supposed to be perldsc, and not
perllol (which gives a description of arrays of arrays, which work in a
similar way).
>--
Per Einar Ellefse
At 15:46 14.03.2002 -0300, [EMAIL PROTECTED] wrote:
>im using mod_perl with a module which stores all the configurations, and
>embperl for displaying the wepages
>
>a sub in this .pm has to return a hash with the configurations
>
>but that hash is inside another general hash called configurations,
On Thu, 2002-03-14 at 10:46, [EMAIL PROTECTED] wrote:
> code:
>
> | return %Actions::Vars::config{$conf}; |
>
>---
I got a problem
im using mod_perl with a module which stores all the configurations, and
embperl for displaying the wepages
a sub in this .pm has to return a hash with the configurations
but that hash is inside another general hash called configurations, this is
because each user of the program