use Data::Dumper qw(Dumper);
print Dumper \%grades; $VAR1 = {
'Peti Bar' => {
'Art' => 99,
'Literature' => 88,
'Mathematics' => 82
},
'Foo Bar' => {
'Literature' => 67,
'Mathematics' => 97
}
};
If you are interested in on-site trainings by the author, please
contact me directly.
|