|
Programming Languages
|
| Very popular Perl 4/5 module for simple CGI tasks, such as reading form input. |
| CGI Form Handling in Perl. Perl is an excellent language for a variety of tasks, especially those which require text management and data-parsing. ... |
| Sample File Upload Form. NOTE: This script is not operative on this server. You must install it on your own server in order to see it operate. ... |
Perl Routines to Manipulate CGI input # cgi-lib@pobox.com # $Id ...
| # Perl Routines to Manipulate CGI input # cgi-lib@pobox.com # $Id: cgi-lib.pl,v 2.18 1999/02/23 08:16:43 brenner Exp $ # # Copyright (c) 1993-1999 Steven E. ... |
#!/usr/local/bin/perl # Copyright (c) 1996 Steven E. Brenner # $Id ...
| #!/usr/local/bin/perl # Copyright (c) 1996 Steven E. Brenner # $Id: fup.cgi,v 1.2 1996/03/30 01:35:32 brenner Exp $ require "./cgi-lib.pl"; # When writing ... |
#!/usr/local/bin/perl # minimal.cgi # Copyright (C) 1995 Steven E ...
| #!/usr/local/bin/perl # minimal.cgi # Copyright (C) 1995 Steven E. Brenner # $Header: /cys/people/brenner/http/docs/web/RCS/minimal.cgi,v 1.3 1996/03/29 ... |
#!/usr/local/bin/perl -Tw # Copyright (c) 1996 Steven E. Brenner ...
| #!/usr/local/bin/perl -Tw # Copyright (c) 1996 Steven E. Brenner # $Id: fup.cgi,v 1.2 1996/03/30 01:33:46 brenner Exp $ require 5.001; use strict; ... |
A simple combined form example
| A simple combined form example. This is a sample form which demonstrates the use of the cgi-lib.pl library of routines for both generating a form ... |
#!/usr/local/bin/perl # $Header: /cys/people/brenner/http/docs/cgi ...
| #!/usr/local/bin/perl # $Header: /cys/people/brenner/http/docs/cgi-lib/ex/RCS/ combined-form.cgi,v 1.5 1996/07/31 16:35:52 brenner Exp $ # Copyright (C) 1994 ... |
| This is a simple form using cgi-lib.pl. This is a sample form which demonstrates the use of the cgi-lib.pl library of routines for managing form input. ... |
Copyright © 2002-2006, websy.net All Rights Reserved.