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
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
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
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("
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