in reply to RE: RE: RE: Making a Hash of Arrays
in thread Making a Hash of Arrays
it returns:my %first_hash = processfile($file2, $list2); foreach my $k (sort keys %first_hash){ print "$k\n$first_hash{$k}\n"; }
rather than the value of the keys.MonName ARRAY(0xcb420) SrcRtr ARRAY(0xcb468) ifSpeed ARRAY(0xcb444)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: RE: RE: Making a Hash of Arrays
by japhy (Canon) on Sep 23, 2000 at 00:42 UTC | |
|
RE(5)Making a Hash of Arrays
by Adam (Vicar) on Sep 23, 2000 at 00:44 UTC |