CGI:Session param dbh

2003-10-24 Thread perl
If I store a dbh in a session as in, $session->param("DB",$dbh), what happen when the session expire due to expire setting? Will the dbh still be in memory or cleaned up? -thanks - eMail solutions by http://www.swanmail.com -- To unsubscribe, e-mail: [

Re: CGI:Session

2003-03-12 Thread Scott R. Godin
Xiongfei Wang wrote: > Thanks for reponse. > I am very new to perl. > A silly question is where i can find CGI:Session and how to install it? > > i have perl, v5.6.1 built for i386-linux. > first perldoc CPAN then perl -MCPAN -e shell run through the configuration

RE: CGI:Session

2003-03-11 Thread NYIMI Jose (BMB)
perldoc -q install José. > -Original Message- > From: Xiongfei Wang [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2003 2:29 PM > To: Wiggins d'Anconia > Cc: [EMAIL PROTECTED] > Subject: Re: CGI:Session > > > Thanks for reponse. > I am very

RE: CGI:Session

2003-03-11 Thread NYIMI Jose (BMB)
http://search.cpan.org/author/SHERZODR/CGI-Session-3.92/ José. > -Original Message- > From: Xiongfei Wang [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2003 2:29 PM > To: Wiggins d'Anconia > Cc: [EMAIL PROTECTED] > Subject: Re: CGI:Session > > >

Re: CGI:Session

2003-03-11 Thread Xiongfei Wang
Thanks for reponse. I am very new to perl. A silly question is where i can find CGI:Session and how to install it? i have perl, v5.6.1 built for i386-linux. Thanks On Mon, 10 Mar 2003, Wiggins d'Anconia wrote: > > > Xiongfei Wang wrote: > > I have code : > >

Re: CGI:Session

2003-03-10 Thread Wiggins d'Anconia
Xiongfei Wang wrote: I have code : i got internel server error the error log msg is: Can't locate CGI/Session.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/ 5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_ perl/5.6.0

CGI:Session

2003-03-10 Thread Xiongfei Wang
I have code : code: #!/usr/bin/perl -T use strict; use warnings; use CGI qw(:standard); use CGI::Carp qw(fatalsToBrowser); use CGI::Session; use DBI; my $session = new CGI::Session("driver:File", undef, {