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 has its own configurations

the sentence im using to return the value is this


code:
--------------------------------------------------------------------------------
|      return %Actions::Vars::config{$conf};                 |
-----------------------------------------------------------------------------------------


being Actions::Vars:: the name of the package, config the general hash and
$conf the name of the subhash

remember that i need the entire subhash.. not values from it

this isn´t working, and because im not very expreinced with perl i searched
across with all the documentations i could find and never an example of
something like this

if you could help i´ll greatly apreciate it



Esta comunicación es exclusivamente para fines informativos. Está dirigida
al destinatario y puede contener información confidencial de Apsys SRL. No
constituye una oferta o solicitud de compra o venta de ningún servicio o
producto, o como la confirmación oficial de ninguna transacción. Cualquier
comentario o afirmación vertida en esta comunicación, no reflejan
necesariamente la posición de Apsys SRL. Si lo recibió por error, por favor
bórrelo y avise de inmediato al emisor.


Reply via email to