You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Florian 'cit' Adamsky <ci...@spin.de> on 2006/03/21 12:50:56 UTC

Config-File in it's own modules

Hi list,

I've a simple config-file and I'm using it with "$cfg = shift;" on the
top of my template. Is there any elegant way I could use this
config-file in my own modules? 

thanks in advance

greets
cit

config.pl
[-
 my $req = shift;
 $req->{version} = '2.0.1';
-]

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org