Help for this page

Select Code to Download


  1. or download this
    use Text::CSV_XS;
    my $csv = Text::CSV_XS->new(binary=>1);
    ...
    
  2. or download this
    $dbh->quote($some_string);
    my $sql = "update some_table where some_attr = '$some_string'";