in reply to Re: Convert::BER printing values
in thread Convert::BER printing values
From the Dumper(\%varbind) section of the output, I see
:$VAR1 = { '1.3.6.1.4.1.50000.1.1' => bless( [ '♦♦arg1', 0, [] ], 'Convert::BER' ) };
I'm successfully breaking apart {$oid} hash key, but the $val is still a Convert::BER=ARRAY. Do I have to "dereference" (is that the right term) it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Convert::BER printing values
by Anonymous Monk on Apr 22, 2009 at 12:47 UTC |