class DBI postgres date time format

2009-03-17 Thread ken uhl
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
of page to page flow continues to elude me. Ken Uhl Gunnar Hjalmarsson wrote: div class=moz-text-flowed style=font-family: -moz-fixedken 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

CGI FORM action

2008-06-13 Thread ken uhl
, 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: [EMAIL PROTECTED] http://learn.perl.org/

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

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 a Perl language

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