Hi, just use $epreq, it's a global and works everywhere
Gerald > -----Original Message----- > From: Jean-Christophe Boggio [mailto:[email protected]] > Sent: Thursday, May 06, 2010 3:41 AM > To: [email protected] > Subject: How does [! sub() !] work ? > > Hello, > > I want to define a few subs used everywhere on my site. So I wrote : > > lib/subs.epl: > > [! > $req = shift; > > sub test { > print OUT "test"; > } > !] > > test.html: > [- > $subs = Execute({object => "$ENV{DOCUMENT_ROOT}/lib/subs.epl"}); > $subs->test; > -] > > > This works fine but I can't get the values in $req from subs.epl and > I need my $req->{dbh}... > > Any clue ? Thanks for your help, > > -- > Jean-Christophe Boggio -o) > [email protected] /\\ > Independant Consultant and Developer _\_V > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
