Help for this page

Select Code to Download


  1. or download this
            $sth->execute($rec_num, $src_cdr_file, $host,$init_status,
                $f[20],   $f[04], $city,         $state,
    ...
                $f[0],    $f[1],         $f[2],         $f[3]
                
            )
    
  2. or download this
    my $value_quoted = $dbh->quote( $value );
    my $SQL = "DELETE FROM t WHERE field = $value_quoted";
    $dbh->do( $SQL );