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
"Charles K.
Clarkson"
<[EMAIL PROTECTED]
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
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