Graham Barr wrote:
my @results = map { $_->[0] }
  sort { ncmp($a->[1], $b->[1]) }
  map { [ $_, $result->get_value('ipHostNumber') ] }
  $mesg->entries;

I get an "Can't call method 'get_value' on an undefined value" error with this code, and it references the sort{} line. Should I define $result before the array? If so, what should I define it as? I tried changing the last line as "$result = mesg->entries" however I had no dice there.

--
// Patrick Cable II
// LLCAD System Administrator Co-Op
// 781-981-5996 - [EMAIL PROTECTED]

Reply via email to