in reply to Re: Multi-Level Hashes
in thread Multi-Level Hashes
sunnyfedora99: Also note that the statement
my @jobid = $sitedb->{$site_name}{$subkey};
will never put anything other than a single element, a hash reference, into the @jobid array, hence the content printed by the
print "Job ID: @jobid\n";
statement.
|
|---|