Help for this page

Select Code to Download


  1. or download this
    first junk line then a blank line
    
       another junk line
    fieldname1,fieldname2
    value1,value2
    
  2. or download this
    use strict; use warnings;
    use Text::CSV;
    
    ...
    #warn "ret from _all: @$ret\n";
    
    close ($fh) || die "CSV close($filename) failed: $!";
    
  3. or download this
    got columns: fieldname1 fieldname2