Help for this page

Select Code to Download


  1. or download this
    fieldName{tab}value
    
  2. or download this
    #!c:\perl\bin -w
    
    ...
        my $sth = $dbh->prepare($sql);
        $sth->execute(@value);
    }