> I just want to make a 'secure site' that need username and password.

The easiest way to do this is probably not in perl. I recommend putting an 
".htaccess" file in the directory where you have the file that you want 
password protected. This is a good method if you do not have the ability to 
configure the Apache server yourself. Here is more on the .htaccess file;

http://httpd.apache.org/docs/howto/htaccess.html#what

> After that, I will call /cgi-bin/checkpasswd.pl, if OK then user will be 
> transfered to another page

This will happen if you protect a directory with the .htaccess file, once the 
user fills in their information they get into the directory and you can load 
index.html automatically.

I hope this information is helpful.

Jeremiah
-- 
___________________
http://www.freyafilm.com

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to