Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Dumper;
    my $data = OpenFlatFile("flatfile.txt", "\t");
    ...
      }
      return $data;
    }
    
  2. or download this
    $VAR1 = {
              'AGES' => [
                          26,
    ...
                              ],
              'COLCOUNT' => 4
            };