in reply to Re: Re: The Gates of Perl are not newbie friendly.
in thread The Gates of Perl are not newbie friendly.
On the PLP page are instructions for the system administrators on how to use PLP both with and without CGI. After they've done that, you'll be able to 'use' PLP without useing it... It's a module you'll never invoke directly. It is invoked by the webserver and allows you to create .plp scripts instead op .pl scripts.
If you want to see examples of .plp pages, just visit the homepage for PLP (http://plp.juerd.nl/) and on any page click 'Page Source' in the left navigation bar. The main advantage to PLP is that it debugs easier than plain CGI, and it can be used to easily build html-templates, so you don't have to hardcode your html in your scripts.
The benefits of stuff like this will become obvious once you've gotten started using it... :)
Regards, Gilimanjaro...
|
---|