while( ) { chomp; my( $key, @row ) = split( /\|/, $_ ); $prod{ $key } = \@row; }