i agree with this article that is simpler to write hello world in php than using mod_perl
<?php echo "goodbye world"; ?>
Than installing modperl and configure-ing the app (I'm working as sys admin) maybe simple_mod_perl should interpret all *.pl and after that an use an templating system <?perl say "goodbye world"; ?>
i agree with this article that is simpler to write hello world in php than using mod_perl
<?php
Than installing modperl and configure-ing the app (I'm working as sys admin)echo "goodbye world";
?>
maybe simple_mod_perl should interpret all *.pl and after that an use an templating system
<?perl
say "goodbye world";
?>