class DBI postgres date time format

2009-03-17 Thread ken uhl
tuid); ... 313 $delta_row->update(); 314 $delta_row->commit(); ( line 306 crashes with invalid SQL command line value, obviously, but what goes here? ) ? TIA, Ken Uhl, UC Berkeley -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Re: CGI FORM action

2008-06-16 Thread ken uhl
ts. The mystery of page to page flow continues to elude me. Ken Uhl Gunnar Hjalmarsson wrote: ken uhl wrote: my Forms are not "acting" nicely, page to page flow is not correct, Page one prompts for search criteria: ... $scriptname = $q->script_name(); ... ... The su

CGI FORM action

2008-06-13 Thread ken uhl
This goes back to page one. I want it to continue - checking page params - specifically to retrieve selected check boxes, but It does not progress. Any Help would be greatly appreciated . Ken Uhl UC Berkeley. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: tie - any alternatives?

2008-03-12 Thread ken uhl
Rob Dixon wrote: ken uhl wrote: I am researching tie as a means to pass huge complex data structure ( an array of hash references ) between scripts ( and not textify the hash refs ) but I apparently don't have tie installed. Is there some other way ? Hello Ken. 'tie' is

tie - any alternatives?

2008-03-12 Thread ken uhl
Hi, I am researching tie as a means to pass huge complex data structure ( an array of hash references ) between scripts ( and not textify the hash refs ) but I apparently don't have tie installed. Is there some other way ? Ken Berkeley -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

looping thru delete check boxes

2008-02-26 Thread ken uhl
I have a page that displays a list of entries with Delete Check boxes how Do I loop thru all the checked entries, re-display in a 'confirmation' page and then do the deletes? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

processing records selected by check box

2008-02-08 Thread ken uhl
Hi, my form reads the db and renders html table - we want to add check box bulk delete - like email clients. Gettining the UI right is easy - simply adding a checkbox with variable name gives uniqueness. Where do I go from there? Ken -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additi