Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Perl : Articles and Tutorials : CGI


Links
  • A simple Perl daily quote server - Discusses a Perl/CGI program that generates an inspirational quote each day, based on the day of the month. Uses Perl/CGI and server-side includes (SSI's). Free source code.
  • A tour of HTML forms and CGI scripts - An introduction to HTML Forms and CGI scripts. Reviews some of the common form elements and describes how a simple CGI script interacts with a web form.
  • CGI file uploading - Uploading files through a browser is not difficult if you let the CGI.pm module do the dirty work for you. Free source code.
  • CGI for the total non-programmer - Walks you through the basics of creating CGI programs with Perl on a Unix platform. Assumes you know nothing about CGI's, Perl, or Unix.
  • CGI programming 101 - Intended for anyone who knows HTML, but doesn't know Perl or CGI programming.
  • CGI troubleshooting tips - CGI background, MIME types, environment variables, and a description of error messages you may get.
  • CGI/Perl tips, tricks, and hints - Advanced topics such as Here Documents, File I/O, locking a file, redirecting to another page, and a little bit about security and debugging.
  • Creating Web Forms - Step by step explanation to creating web forms using a standard technique with CGI::QuickForm.
  • Flexible CGI Output with HTML Templates - Perlfect::Template is developed to aid the writing of CGI scripts that produce HTML output. Put HTML template code in a separate file with special markup tags.
  • Giving 'more' - Details what you can do if you have many screens of data to return to the end user, but only want to show one screen at a time.

Next 20