in reply to Re: html to hash tablein thread html to hash table
print $data->{'CS 128 Section 01'}{Time} [download]
foreach my $class ( keys %{ $data }) { print $data->{ $class }{Time} # do something else with other items ... } [download]