Re: Simple table question?

2005-01-08 Thread Scott R. Godin
Ward P Fontenot wrote: Hi, I have a working DBI::Oracle script that I am now trying to get CGI.pm to HTML-ize the output of, My problem is in the table statement how can I get the output of the while statement to be in the table? I have just about beat myself silly trying to figure this out. SCRIPT

Re: Simple table question?

2005-01-08 Thread Scott R. Godin
Shaun Fryer wrote: On Mon, Jan 03, 2005 at 04:06:42PM -0600, [EMAIL PROTECTED] wrote: Hi, I have a working DBI::Oracle script that I am now trying to get CGI.pm to HTML-ize the output of, My problem is in the table statement how can I get the output of the while statement to be in the table? I have

Re: Database Rows Returned

2005-01-08 Thread Scott R. Godin
Sean Davis wrote: On Jan 4, 2005, at 11:07 PM, Literatecat wrote: Hi Sean, I do already have some of the books that you mention, and I have just recently picked up the perl medic to help convert these scripts to the latest version of perl. However, as I already use hidden fields and have started

Re: bind values and cgi params

2005-01-08 Thread Scott R. Godin
Robert wrote: I have a form that is submitting and the url ending is "?position=BSIPL". My form has "method="get"" in it. I have tried it without a method as well. I have in my CGI: my $pid = $q->param('position'); # which should now hold BSIPL right? My SQL is as so: my $sth = $dbh->prepare("

RE: How to send mail using ActiveState and IIS

2005-01-08 Thread Mike Garner
Siegfried- Rather than try to re-invent the wheel, I've used the Mail::Sendmail module to accomplish this task. I'm also running Server 03, IIS 6 and Active State PERL. The mail::sendmail module is available on activeState's PPM so its precompiled and works great for us Windows folks. Here the lin