Perl Login Script using CGI module

2009-03-17 Thread Perl Perl
Hi All, I am trying to create the CGI login script which has to take parameters like username and password ( username : ip address, password: *). And displays the page. Here I have to use CGI module with textfield. To be honest I have not tried much on this, but simply I have embedded a

RE: Perl Login Script using CGI module

2009-03-17 Thread Brian Raven
From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Perl Perl Sent: 17 March 2009 14:47 To: perl-win32-users@listserv.activestate.com Subject: Perl Login Script using CGI module Hi All, I am trying to create the CGI

Re: Perl Login Script using CGI module

2009-03-17 Thread Perl Perl
@listserv.activestate.com Subject: Perl Login Script using CGI module Hi All, I am trying to create the CGI login script which has to take parameters like username and password ( username : ip address, password: *). And displays the page. Here I have to use CGI module with textfield

RE: Perl Login Script using CGI module

2009-03-17 Thread Brian Raven
From: Perl Perl [mailto:perl.solut...@gmail.com] Sent: 17 March 2009 16:49 To: Brian Raven Cc: perl-win32-users@listserv.activestate.com Subject: Re: Perl Login Script using CGI module Hi Brian, Thanks a lot for your kind mail and in detail description. Please find the the code I