--- Alex Agerholm <[EMAIL PROTECTED]> wrote: > Hi everyone > > I am new to writing CGI code in Perl and I am going > to make some protected > WEB pages using Perl. > Can anyone direct me to some sample code for making > a simple login system > and some protected WEB pages ?
You can use Apache Basic Auth (if you're using Apache) or you might check out CGI::Session which you can use for form-based authentication. __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]