in reply to Re^3: insert perl dumper value in mysql
in thread insert perl dumper value in mysql

I tried with ur new solution.. But still its not working.. \n Nothing enters into the table.. and infact when i compile the program it shows error
Number of rows deleted: 0 Can't use string ("play") as an ARRAY ref while "strict refs" in use a +t ./checkstring.pl line 44. $VAR1 = [ 'read', 'eat', 'play' ];

Replies are listed 'Best First'.
Re^5: insert perl dumper value in mysql
by bellaire (Hermit) on Mar 19, 2009 at 14:48 UTC
    Did you undo the changes I asked you to make originally, in the first comment, regarding square brackets? Remember I said that that created an array reference, and this error message is complaining that it wants an array reference.