http://qs321.pair.com?node_id=297332


in reply to Reference problem?

$volInfo->{volumes}{0}, $volInfo->{volumes}
Those both can't be user-defined data. The value at the key of volumes is either your data, or a hashref to more of your data, but not both. I bet if you add use strict, your program will stop working.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.