in reply to Re: Re: Re: Data Dumper help
in thread Data Dumper help

I'm still getting this error:
syntax error at C:\mibs.pl line 29,near "}->"
using :
$mib->load('att_ds1'); my $name = $mib->compile('att_ds1'); print $name->{nodes}->{attCNMds1StatusIndex}->{description};

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Data Dumper help
by Anonymous Monk on Feb 28, 2003 at 18:35 UTC
    My mistake....it works fine
    Thanks again.