Re: Apache::Cookie problems

2004-02-16 Thread Andrew Gaffney
Wiggins d'Anconia wrote: Andrew Gaffney wrote: I'm creating my own module to handle sessions and other stuff for my site: package Skyline; use Apache::DBI; use Apache::Cookie; use Exporter; @ISA = ('Exporter'); @EXPORT_OK = ('check_login', 'init_db', '$dbh'); @EXPORT = ('check_login', 'init_db'

Re: Apache::Cookie problems

2004-02-16 Thread Wiggins d'Anconia
Andrew Gaffney wrote: Andrew Gaffney wrote: sub init_db { $dbh = DBI->connect("DBI:mysql:database=skyline;host=192.168.254.25", "root", "linux", {'RaiseError' => 1}); } And before anyone gets on me about posting DB passwords, keep in mind this is on a test server not connected to the intern

Re: Apache::Cookie problems

2004-02-16 Thread Wiggins d'Anconia
Andrew Gaffney wrote: I'm creating my own module to handle sessions and other stuff for my site: package Skyline; use Apache::DBI; use Apache::Cookie; use Exporter; @ISA = ('Exporter'); @EXPORT_OK = ('check_login', 'init_db', '$dbh'); @EXPORT = ('check_login', 'init_db', '$dbh'); our $dbh; sub ch

Weekly list FAQ posting

2004-02-16 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addres