Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    while($data =~ /prepare_cached\('(.+?)'\)= DBIx/gs) {
        print "(--> $1 <--\n)";
    }
    
  2. or download this
    $ perl tst.pl
    SELECT trip_id, rate, expires
    ...
    INSERT INTO trip_engine (trip_id, engine)
    VALUES (?, ?)