Help for this page

Select Code to Download


  1. or download this
    my $ic = Text::CSV->new ({ binary => 1, allow_whitespace => 1, auto_di
    +ag => 1 });
    
  2. or download this
     allow_whitespace
       When this option is set to true, whitespace (TAB's and SPACE's)
    ...
        ("1", "2.0", "3", "ape", "monkey")
    
       even if the original line was perfectly sane CSV.