in reply to Re: Text::CSV not able to execute insert query dynamically.
in thread Text::CSV not able to execute insert query dynamically.
hi...its not giving any error.. when I run the 1st insert query its storing the field values of csv file (like 34, 67, 29) but when I run the second insert statement instead...it giving me values like ($row->[0], $row->1 etc). also If I remove \ before $ its failing because it doesn't have any value of $row variable at that time...thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Text::CSV not able to execute insert query dynamically.
by kennethk (Abbot) on Sep 16, 2014 at 23:03 UTC | |
by Ankur_kuls (Sexton) on Sep 23, 2014 at 20:00 UTC | |
by kennethk (Abbot) on Sep 24, 2014 at 15:53 UTC |