Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use Text::CSV;
    use Data::Dumper;
    ...
    # 1,2,3
    # One,Two,Three
    # Een,Twee,Drie
    
  2. or download this
    $VAR1 = \[
                {
                  'Second' => '2',
    ...
                  'First'  => 'Een'
                }
              ];