- Original Message -
From: "Greg Jetter" <[EMAIL PROTECTED]>
To: "Sara" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, May 27, 2003 10:41 AM
Subject: Re: Creating form with CGI.pm.
> On Saturday May 24 2003 6:49 am, Sara wrote:
> > I have made this script using CGI.pm for the fi
Okay, after putting all the bits and pieces togather, I
ended up this piece of code.
Its working fine with me and I have no problems in it.
#
#!/usr/bin/perl
use strict;
use warnings;
use CGI::Carp 'fatalsToBrowser';
use CGI qw(:
On Saturday May 24 2003 6:49 am, Sara wrote:
> I have made this script using CGI.pm for the first time in my life
> (otherwise I was using typical require cgi-lib.pl and typical parse_form
> subroutines)
>
> Since, this is my first script. I have understood how to make forms with
> CGI.pm, the prob