in reply to
Database Insert Depending on Data Type
If you know the column types, then you know what the data types should be. As mentioned, using quotes on nums is fine anyway. The DB ought to reject invalid types anyway.
Comment on
Re: Database Insert Depending on Data Type
In Section
Seekers of Perl Wisdom