Help for this page

Select Code to Download


  1. or download this
    my $csv = Text::CSV_XS->new ({'always_quote' => 1,
                                     'eol'          => "\n",
                                     'binary'       => 1,
                                    });
    
  2. or download this
    $string=~s/[\x7f-\xff\&]/"&#".ord($1).";"/ge;