Stas Bekman wrote:

Actually as philippe reminds me you can enclose the Apache stuff in =pod stuff

=pod
This is some pod data
=over apache
PerlSetVar TestDirective__pod_over_worked yes
=back
This is some more pod
=cut
PerlSetVar TestDirective__pod_cut_worked yes

so you can run:

perl -c httpd.conf

sorry, that was nonsense. It should be:

<Perl>
#!perl
# ... code here ...
__END__
</Perl>

again, thanks to Philippe.

I'll document those shortly.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to