cookies as hidden files

2005-09-15 Thread Denzil Kruse
Hi all, I read through the docs for CGI::Cookie and learned how to set a cookie. I do it with line: my $cookie = new CGI::Cookie(-name=>'name', -value=>"$name", -expires=>'+6M'); But, I've found out that when IE creates the cookie, it cr

RE: Use of uninitialized value

2005-09-15 Thread DBSMITH
"Charles K. Clarkson" <[EMAIL PROTECTED]

Re: Perl DBI / SQL Question

2005-09-15 Thread Sean Davis
On 9/14/05 8:32 PM, "Vance M. Allen" <[EMAIL PROTECTED]> wrote: > I use MySQL 4.1.7 under Fedora Core 3. > > Vance > > "Bob Showalter" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> Vance M. Allen wrote: >>> I need to know how to retrieve through Perl DBI a listing of possible

Re: Perl DBI / SQL Question

2005-09-15 Thread Vance M. Allen
I use MySQL 4.1.7 under Fedora Core 3. Vance "Bob Showalter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Vance M. Allen wrote: >> I need to know how to retrieve through Perl DBI a listing of possible >> ENUM elements from a field for processing under a CGI script. > > Need to k