![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re^3: not able to insert data in database using perl DBIby fishmonger (Chaplain) |
on Dec 08, 2016 at 15:36 UTC ( #1177500=note: print w/replies, xml ) | Need Help?? |
Your array slices need a slight adjustment. Instead of the comma, you need to use the range operator. Otherwise you'd only be getting 2 of the fields in each statement instead of the full required range.
In Section
Seekers of Perl Wisdom
|
|