Hi,

just use $epreq, it's a global and works everywhere

Gerald


> -----Original Message-----
> From: Jean-Christophe Boggio [mailto:embp...@thefreecat.org]
> Sent: Thursday, May 06, 2010 3:41 AM
> To: embperl@perl.apache.org
> 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)
> embp...@thefreecat.org                       /\\
> Independant Consultant and Developer        _\_V
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org
> For additional commands, e-mail: embperl-h...@perl.apache.org



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

Reply via email to