CGI / Perl Guide
and Links

Active State
cgi-factory
Alex Heiphetz Group
Big Nose Bird
Bon's CGI Freebies
CGI Cellar
NDNet:CGI Domain
Elite CGI Center
lies.com Beginning Perl
cgi-world
CGI 101
Charity Ware
Cliff's Perl Scripts
Fluid Dynamics
Formsite
freescripts.com
Jason's Scripts
Joe's Free Scripts
lqidskin.com
Matt Kruse Scripts
Matts Script Archive
www.cookwood.com
solutionsoft.com
CGI.pm Perl5 CGI Lib
perlfect.com
perlcgi-book.com
ASP Upload
Ping Packets
Solution Scripts
CGI Resource Index/
The Interactive-Web/
VP Developing
Darrly C. Burgdorf
 

FTP Guide and links
 

Premium Webhost Site Tool Box

This page was set up as a toolbox for Web programmers and or for those that need to have information about modules installed on the servers and general information about specific programming elements.

 
Default Perl Modules Installed

Note that the number after the dash is the version we have installed.

 
  • CGI.pm-2.42
     
  • DBI-0.93
     
  • GD-1.18
     
  • HTML-Parser-2.18
     
  • MD5-1.7
     
  • MIME-Base64-2.05
     
  • Msql-Mysql-modules-1.1831
          (this is the module that allows perl
           to communicate with msql and mySQL)
     
  • ParallelUserAgent-2.31
     
  • libnet-1.0605
     
  • libwww-perl-5.33

    The path to perl on the server is /usr/bin/perl, this means that the top line of your perl/cgi scripts should be #!/usr/bin/perl (don't put a trailing / at the end of perl)

    The path to sendmail is /usr/sbin/sendmail

    The absolute path is /home/username (replace with your username)

    Make Files Executable to Run them: All scripts must have executable permissions to run. To set a file as executable using FTP Pro, you go to the directory containing that file, click on the file to highlight it, then click the right mouse button. Select the chmod (UNIX) option. A box will appear asking for owner, group, and other permissions. Under each is read, write, execute. You should select all 3 under owner, read and execute under group and other. This makes it executable which is what your cgi's require.


    Page Hit Counter Script

    Follow this link for information to Page Hit counter Scripts to install on your server. http://help.name-serve.net/cgi/counter_script.htm



    Form Mail Script

    Follow this link for information Form Mail Scripts to install on your server.
    http://help.name-serve.net/cgi/formmail.htm



    Telnet

    Follow this link for information on Telnet.
    http://help.name-serve.net/other/telnet.htm

     

    Pre-Installed CGI Scripts

    Follow this link for information on Pre-Installed CGI Scripts

    http://help.name-serve.net/cgi

     

    Uploading Files

    Follow this link for information on uploading files to your website.

     http://help.name-serve.net/upload

     





     



     

  •