- or download this
my $row = 0;
- or download this
$host_info_REF->{$row}->{$key} = $tmp->{$key};
- or download this
$host_info{$row}{$key} = $tmp->{$key};
- or download this
#!/usr/bin/env perl
...
}
print Dumper \%host_info;
- or download this
$ pm_thr_compdat.pl
$VAR1 = {
...
}
}
};