Wednesday, May 28, 2008

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";
?>

No comments: