Help for this page

Select Code to Download


  1. or download this
    my %student ; # content should be <id> => <name>
    
  2. or download this
    $student{$def[2]} = {FIRSTNAME=>$def[0], LASTNAME=>$def[1]};
    
  3. or download this
    $student{$def1[0]}{GRADE} = $def[1];