Help for this page

Select Code to Download


  1. or download this
    # Untested, but should work
    use 5.6.0;
    ...
    1;
    
    __END__
    
  2. or download this
    use FieldStorage;
    
    ...
    
    my %records;
    @records{@fieldNames} = (split(/\t/, $_))[@fieldIndices];