in reply to Re: MySQL INSERT in Perl
in thread MySQL INSERT in Perl
use strict;
unfortunately, when I use it, I get the following error:so I commented it out... how does $ins_rec go out of scope?Global symbol "$ins_rec" requires explicit package name at otest.pl li +ne 53. Global symbol "$ins_rec" requires explicit package name at otest.pl li +ne 55. Execution of otest.pl aborted due to compilation errors.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: MySQL INSERT in Perl
by NetWallah (Canon) on Aug 04, 2011 at 17:46 UTC | |
by baperl (Sexton) on Aug 04, 2011 at 17:55 UTC | |
by afoken (Chancellor) on Aug 04, 2011 at 19:40 UTC |