Re: new in CGI::Session::Driver::postgredsql nonexisting
- From: gautam chekuri <gautam.chekuri@xxxxxxxxx>
- Date: Fri, 29 Jun 2007 13:52:08 -0000
On Jun 29, 4:15 pm, IDK <ulvi...@xxxxxxxxx> wrote:
On Jun 29, 9:51 am, Joe Smith <j...@xxxxxxxxx> wrote:
IDK wrote:
With strict I only get loads of:
login: Global symbol "$s" requires explicit package name at ./login
line 25.
$s = sqlQuerry("SELECT id, pass FROM zerus.players WHERE
name='$user'")
Put "my" in front of the first time where the variable $s is used.
my $s = sqlQuerry...
Thanks!
How can the above code work?
"driver:postgresql:id:md5" should be "driver:postgresql;id:md5".
Atleast as I interpret the docs...
Well that works because parse_dsn in CGI::Session does the following :
my %dsn_map = map { split /:/ } (split /;/, $dsn_str);
Hence, it work for both : and ; ..
That solved one problem, but the big one still remains...
.
- References:
- new in CGI::Session::Driver::postgredsql nonexisting
- From: IDK
- Re: new in CGI::Session::Driver::postgredsql nonexisting
- From: goodgautam
- Re: new in CGI::Session::Driver::postgredsql nonexisting
- From: IDK
- Re: new in CGI::Session::Driver::postgredsql nonexisting
- From: J. Gleixner
- Re: new in CGI::Session::Driver::postgredsql nonexisting
- From: IDK
- Re: new in CGI::Session::Driver::postgredsql nonexisting
- From: gautam chekuri
- Re: new in CGI::Session::Driver::postgredsql nonexisting
- From: IDK
- Re: new in CGI::Session::Driver::postgredsql nonexisting
- From: J. Gleixner
- Re: new in CGI::Session::Driver::postgredsql nonexisting
- From: gautam chekuri
- Re: new in CGI::Session::Driver::postgredsql nonexisting
- From: IDK
- Re: new in CGI::Session::Driver::postgredsql nonexisting
- From: Joe Smith
- Re: new in CGI::Session::Driver::postgredsql nonexisting
- From: IDK
- new in CGI::Session::Driver::postgredsql nonexisting
- Prev by Date: best Excel module
- Next by Date: Re: fedora core 5 + install net::ssh::perl = hangs
- Previous by thread: Re: new in CGI::Session::Driver::postgredsql nonexisting
- Next by thread: FAQ 3.3 Is there a Perl shell?
- Index(es):