|
PERL... it has been around a long time and is probably the most common, server based scripting language used on the internet. Actually it's a lot more than just a scripting language - you can write fully blown systems with PERL. And it is Free! Just type PERL into any search engine and you'll come up with millions of references. A lot of PERL Scripts can be used simply by copying/pasting into a new file, doing a bit of configuring and sticking it in your CGI bin (in the case of WebServUSB the 'scripts' folder). For PERL to work with WebServUSB you will need to install it onto the system where WebServUSB resides. Make sure it is in the root directory. We use ActiveState PERL Version 5.6.8 which works well under a Windows environment. It can be downloaded at: Active State PERL. Install, following its instructions (make sure it is in your hard disk's root directory) and you're ready to go. Once installed, It can betried out with the PERL test in WebServUSB's documentation and it will show if it worked immediately. Included in this manual is a tutorial for a nice newsboard/guestbook script named Active Newsboard (you'll need to download it). I like it because it uses many server side functions including a management console that you can configure to your heart's content. By doing this you will learn quite a lot about scripts and how they can be used. Need graphical web statistics from WebServUSB? Its easy! See a live demo online See Installing AWSTATS on WebServUSB
*** A ***
#!perl . . . . Then save the script. O t h e r w i s e n o t h i n g w i l l h a p p e n.
*** B *** Also see the ISAPI/CGI configuration window for setting path to PERL (pop up)
|