If you have more data you can loop thru it:print $data->{'CS 128 Section 01'}{Time}
foreach my $class ( keys %{ $data }) { print $data->{ $class }{Time} # do something else with other items ... }
In reply to Re^3: html to hash table
by duyet
in thread html to hash table
by phantom85
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |