here´s the trace:
DBI::db=HASH(0x348da4c) trace level set to 0x0/1 (DBI @ 0x0/0) in DBI
+1.616-ithread (pid 3144)
<- do(\'INSERT INTO table_1(version,filename,release_notes,rec_level,o
+s_type) VALUES(1, 2, 3, 4, 5)\')= ( undef ) [1 items] at sql.pl line
+21
<- prepare(\'SELECT * FROM table_1\')= ( DBI::st=HASH(0x34bb204) )
+ [1 items] at sql.pl line 23
<- execute= ( 1 ) [1 items] at sql.pl line 24
!! ERROR: 2000 CLEARED by call to fetch method
<- fetchrow_hashref= ( HASH(0x34bea74)16keys ) [1 items] row1 at s
+ql.pl line 25
!! ERROR: 2000 CLEARED by call to fetch method
<- fetchrow_hashref= ( undef ) [1 items] row1 at sql.pl line 25
<- finish= ( 1 ) [1 items] at sql.pl line 28
<- disconnect= ( 1 ) [1 items] at sql.pl line 29
perhaps this is the problem?
table_1(version,filename,release_notes,rec_level,os_type) VALUES(1, 2, 3, 4, 5)\')= ( undef ) [1 items] at sql.pl line 21
VALUES = (undef) ?!
$perlig =~ s/pec/cep/g if 'errors expected';
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.