Help for this page
#!/usr/bin/perl use warnings; ... for my $type (keys %$structure) { say "$type: ", $structure->{$type} =~ s/[.:].*//r; }