![]() |
|
more useful options | |
PerlMonks |
Re: datatype from SQLby VSarkiss (Monsignor) |
on Jun 23, 2006 at 17:23 UTC ( #557267=note: print w/replies, xml ) | Need Help?? |
The fetch method on a DBI statement handle object returns a reference to an array containing the value, not the value itself (it's an alias for fetchrow_arrayref). You need to do something like: to get the value in the row. Update
In Section
Seekers of Perl Wisdom
|
|