Help for this page

Select Code to Download


  1. or download this
    <cbstream> [Lady_Aleena] My problem is that modules like Text::CSV_XS 
    +doesn't open the files for me too.
    <cbstream> [Lady_Aleena] Tux, I might use Text::CSV if it becomes a on
    +e liner.
    
  2. or download this
    my $AoA = csv2list (file => "file.csv");
    my $AoA = csv2list (data => $io, sep_char => "|");
    ...
    my $AoH = csv2list (file => "file.csv", headers => "auto");
    my $AoH = csv2list (data => $io, sep_char => "|",
        headers=> [ "Name", "Hobby", "Age" ]);
    
  3. or download this
    la.txt:
    Jan|Birdwatching|7
    ...
            Name             => 'Tux'
            }
        }