Help for this page

Select Code to Download


  1. or download this
    $ perl -Mopen=:encoding(UTF-8) -MText::CSV_XS -e 1
    Badly placed ()'s.
    $ perl -Mopen=':encoding(UTF-8)' -MText::CSV_XS -we 1
    $
    
  2. or download this
    C:\Users\Tux>perl "-Mopen=:encoding(utf-8)" -MText::CSV_XS -we1
    Bareword found where operator expected at C:/strawberry/perl/site/lib/
    +Text/CSV_XS.pm line 3, near "1 H"
    ...
    BEGIN not safe after errors--compilation aborted at C:/strawberry/perl
    +/site/lib/Text/CSV_XS.pm line 23.
    Compilation failed in require.
    BEGIN failed--compilation aborted.