http://qs1969.pair.com?node_id=11151324

seafree has asked for the wisdom of the Perl Monks concerning the following question:

Please, I must get the $HoH values, could you help me?

for my $dia (sort keys %HoH){ print "<br>$dia: <br>"; for my $horarios (sort keys %{$HoH {$dia}}){ print "$horarios=>" . $HoH{$dia}->{$horarios} . "<br>" +; } } print "VALUE:<br>"; print ${"2023-01-01"}{"00:00"}; #I couldn't see the value
Please, will you help me to find the error? Thanks a lot. Regards.