Need help with password - new to perl
From: Dan (daniel_fox_at_comcast.net)
Date: 05/26/04
- Next message: John W. Krahn: "Re: How to execute a Perl script in Linux??? (I havent seen linux)"
- Previous message: John W. Krahn: "Re: array population from system app call"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 May 2004 17:37:31 -0700
hello,
I am very new to Perl. I need to create a password protected page on a
web site, and JavaScript is not secure enough. I found a PERL script,
but I cannot get it to work. I have the following files:
cgi-lib.pl
pass.pl
denied.txt
pass.txy
My web provider supports perl, and I need to do the following:
Perl 5 Location
#!/usr/bin/perl
What files do I need to put int he cgi_bin folder?
For example the full path to your www directory would be:
"$ENV{'DOCUMENT_ROOT'}/www"
The full path to your cgi-bin directory would be:
"$ENV{'DOCUMENT_ROOT'}/cgi-bin"
Which file should containt the document_root?
Also what do I need to down load to test Perl scripts on my home PC. I
have found some files, but no way to run them.
Dan
- Next message: John W. Krahn: "Re: How to execute a Perl script in Linux??? (I havent seen linux)"
- Previous message: John W. Krahn: "Re: array population from system app call"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|