in reply to Re^3: Mysql and Perl Module
in thread Mysql and Perl Module

So, at the end I'll try an "else" path for update.

Replies are listed 'Best First'.
Re^5: Mysql and Perl Module
by FloydATC (Deacon) on Jun 15, 2012 at 10:22 UTC
    You could also consider using REPLACE INTO instead of writing your own logic to switch between INSERT INTO and UPDATE.

    -- Time flies when you don't know what you're doing