Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    use strict;
    ...
    
        $csv->say(*STDOUT, $row);
    }
    
  2. or download this
    #x,y,z skip
    abc,"d
    ...
    #comment skip
    a,b,c,#xyz keep
    "#foo",x,y,z keep