Help for this page

Select Code to Download


  1. or download this
    while (<DATA>) {
      chomp;
      push @record, [split(/,/, $_, -1)];
    }
    
  2. or download this
    use strict;
    use Carp;
    ...
      }
      return @data;
    }