Re: perl dbi question

2010-11-24 Thread Jim Gibson
At 12:31 PM -0800 11/24/10, Jim Green wrote: Hello Perl community, here is a question I encountered dbi and till now I use brute force to solve it, but I figured I may see better way to do it here. in orable sqlplus If I do select * from table, it will print out the results nicely, all aligned.

perl dbi question

2010-11-24 Thread Jim Green
Hello Perl community, here is a question I encountered dbi and till now I use brute force to solve it, but I figured I may see better way to do it here. in orable sqlplus If I do select * from table, it will print out the results nicely, all aligned. in dbi what I do now my $body = sprintf("mark

Re: Perl DBI question

2001-06-20 Thread Kolene Isbell
here > } > > There are several ways to get the variables into your script, but that is > one of the easiest. perldoc dbi gives some other nice examples, and just > monitoring the dbi users group will give you some other slick ideas. That is > just one of the easier ways

FW: Perl DBI question

2001-06-20 Thread Steve Howard
is just one of the easier ways to do it. Hope this helps Steve Howard -Original Message- From: Kolene Isbell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 4:36 PM To: [EMAIL PROTECTED] Subject: Perl DBI question I'm trying to print out statistics on a web page, bas

Perl DBI question

2001-06-20 Thread Kolene Isbell
I'm trying to print out statistics on a web page, based on an evaluation form, where the person filling it out answers some questions with values 1-4. These are then stored in a MySQL database. I need to print out averages for each question, and throw out any zeros (which means they didn't selec