- or download this
use strict;
use warnings;
...
VM : host42306
VM : host42307
VM : host42308
- or download this
Key 'host42049' has 10 values.
Key 'host42125' has 10 values.
Key 'host42016' has 10 values.
Key 'host42124' has 10 values.
- or download this
use strict;
use warnings;
...
}
print "Key '$_' has " . ( values %{ $hash{$_} } ) . " values.\n" for k
+eys %hash;