- or download this
package hash;
%HoH = (
'HASH_1' => {
- or download this
#!/usr/bin/perl -w
use strict;
use Data::Dumper;
require 'hash';
print Dumper($hash::HoH);
- or download this
$main::HoH = {
'HASH_1' => {
item_a => "abc",
- or download this
#!/usr/bin/perl -w
use strict;
use Data::Dumper;
require 'hash';
print Dumper($main::HoH);