Help for this page

Select Code to Download


  1. or download this
    $curr_prof->{Office Hours} = interval_parse($1);
    
  2. or download this
    $baseball_team{Seattle} = "Mariners";
    
  3. or download this
    $baseball_team{Los Angeles} = "Dodgers";
    
  4. or download this
    $la = "Los Angeles";
    $baseball_team{$la} = "Dodgers";