Help for this page

Select Code to Download


  1. or download this
    > ./test.pl 
    Benchmark: timing 50000 iterations of bind, inline...
          bind: 55 wallclock secs (19.04 usr +  8.97 sys = 28.01 CPU)
        inline: 81 wallclock secs (20.21 usr + 11.32 sys = 31.53 CPU)
    
  2. or download this
    sub xbind {
      my $sql = 'SELECT edited FROM faq WHERE q = ?';
    ...
      my $res = $sth->fetchall_arrayref;
      $xinline = @{$res};
    }