Hi.

I've got the following script, which I picked up off the apache mod_perl pages,
running.

/~~~~~~~~~~~~~~~~~~~
#!/usr/bin/perl

# Script: vegetables1.pl
use CGI::Pretty ':standard';
print header,
start_html('Vegetables'),
h1('Eat Your Vegetables'),
        ol(
                li('peas'),
                li('peppers'), 
                li('red'), 
                li('green') 
        ),
hr,
end_html;
\___________________

How can I be sure that is being run by mod_perl and not by perl?

Thanks.
Kind regards.
Luke.
-- 
............._..
.|  .| |.|/.|_ .
.|__.|_|.|\.|_ .
:61 421 276 282:

Reply via email to