Re: Cookie Help PLEASE!

2001-11-18 Thread Andre` Niel Cameron
> if ( defined $cookie ) { > print $q->redirect("/gamepage.htm"); > } else { > print "Location: /index.htm\n\n"; > } > This did not work anyone else have any ideas? > untested. > > -Original Message- > From: "Andre` Niel Cameron"<[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date: Sat Nov

Re: Cookie Help PLEASE!

2001-11-18 Thread Mark Bergeron
In your conditional loop for checking the PW, why don't you just use a Reponse redirect. if ( defined $cookie ) { print $q->redirect("/gamepage.htm"); } else { print "Location: /index.htm\n\n"; } untested. -Original Message- From: "Andre` Niel Cameron"<[EMAIL PROTECTE

Re: How Should I Install Perl?

2001-11-18 Thread Alfred Wheeler
http://www.activestate.com/ http://www.activestate.com/Products/ActivePerl/download.plex - Original Message - From: "Scott R. Godin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 17, 2001 11:06 PM Subject: Re: How Should I Install Perl? > In article <[EMAIL PROT