Help for this page

Select Code to Download


  1. or download this
    # reading from file
     # flintstones: lead=fred pal=barney wife=wilma pet=dino
     while ( <> ) {
    ...
             ($key, $value) = split /=/, $field;
             $HoH{$who}{$key} = $value;
         }