in reply to Nested Hash/Arrays Access
You then could just have an array of these server hashes. Not quite what you were asking for, I know, but better to avoid a problem entirely than to solve it, I think.my %server = ( name => "SomeServer", pid => 8328, fd => "Some FD", lsof => [ <some array here> ], );
|
|---|