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