Help for this page

Select Code to Download


  1. or download this
    use Text::CSV_XS qw( csv );
    
    my $aoh = csv (in => $file, headers => "auto", sep => "|", allow_white
    +space => 1);