Please Help ! this might be simple but not for me :(

2004-05-05 Thread amjoe11-3
Hi All Perl Gurus ! I'm in the middle of this and i'm not able to figure out what is wrong ! I have a html file and i want to do a grep for the accourance of " -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Data dump using perl with mysql won't update

2004-05-05 Thread smrtalec
> If you want them set to NULL using DBI, you have to bind undef to the > proper parameter. Is that what you're doing, or are you binding > something else, such as 0 or the empty string? > No the initial values in the DB are set to null, with the exception of one field. I'm trying to assign th

Data dump using perl with mysql won't update

2004-05-05 Thread smrtalec
before I begin sorry for the cross post but i'm desperate The routine in question is below. It's pretty straight forward its a series of loops which basically matches the row then dumps data stored in hash ref into the DB. for some reason the script runs with no errors (ran with strict) I can ve

Re: A cookie is not stored

2004-05-05 Thread William McKee
Hi Alejandro, The CGI.pm docs spell out how to use multiple cookies: To create multiple cookies, give header() an array reference: $cookie1 = $query->cookie(-name=>'riddle_name', -value=>"The Sphynx's Question"); $cookie2 = $query->cookie(-name=>'answe

Namespace for my module

2004-05-05 Thread anio
Hi all. Excuse me for my bad english. I write module for easy make of talbe in CGI.That is my first module.He work like that: use Table; my $table = Table->new(-cellpadding=>2,-border=>1,-style=>'cursor:help'); print $table->startTable(); print $table->tr({-rowspan_1=>3,-bgcolor_1=>'red',-bgcolor