nestorrp wrote:
> If this list is not for a begginer please let me know were could I get
> some help.THANKS VERY MUCH for your time and my apologies.
> Could be for beginner developers
> I am trying to move away from Windows learning PERL and CGI under
> Linux
>
> This would more thatn likely go to a perl mailing list or a very
> good resource for web development of all kinds is
> http://www.hwg.org
>
> But, the matter in hand.
> cgi is on the way out and the smart money is on php (see www.php.net)
> you ned to use the php module
>
> Then, you need only to use a line like
>
> <html><head><title>Hello World</title>
> <body>
> <?php echo "Hello World!"; ?>
> </body></html>
>
> according to php.net nearly 1 million people are using php
>
> Food for thought
>
> Kevin
--
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null