CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Perl

 Pass login variables using

Print topic Send  topic

Author Message
John
Posted: 07/02/2004, 6:56 AM

I am very new to Perl and CGI. I know how to create a login page and pass the Users variables along using ASP, however I don't know how to do it using PERL.

I've figured out how to install Perl, DBI and get a DB connection.

Now I really need someone, anyone to help me with some much needed guidance about passing variables. I'm stuck at the Login page :(

I'm using CC, Perl, MS Access

Thanks,

John :-D
jg1130@yahoo.com
Ozum

Posts: 57
Posted: 07/07/2004, 6:47 AM

Hello,

I'm not sure that I understand you correct, but I try to answer.

You can use CGI.pm to pass form or other variables between requests. If you have a form with fields 'username' and 'password' you can use in the receiving page the code below.

use CGI qw(:all);
my $user = param('username');
my $password = param('password');

I hope it will help.
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.