Philip M. Gollucci пишет:
>Vladimir S. Tikhonjuk wrote: > > >>I set in httpd.conf variable like: PerlSetVar var test; >> >>How can I get it in the startup.pl script ? >> >> >http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlSetVar_ > >You might want to read and re-read and re-read and re-read .... >The 2.0 Users Guide here: >http://perl.apache.org/docs/2.0/user/ > >HTH > Well, nice advise, but where can I get $r ( Apache2::RequestRec ) variable in startup.pl script ? In handler script - everything is O.K. But startup.pl!