Help for this page

Select Code to Download


  1. or download this
    while( <SRC> ) {
      chomp;
      my( $key, @row ) = split( /\|/, $_ );
      $prod{ $key } = \@row;
    }