Ugh, it was the dashes in front of the hash keys, which since that
didn't error out, I didn't consider.

On Fri, 25 Jun 2004 10:48:33 -0700, Mike Lindsey <[EMAIL PROTECTED]> wrote:
> when I run:
> 
> [...]
> sub open_snmp
> {
>         my $error;
>         $session        =       new SNMP::Session (
>                 -DestHost       =>      $host,
>                 -Community      =>      $community,
>                 -Version        =>      $snmpversion);
>         die $session->{ErrorStr} if ($session->{ErrorStr});
> 
> }


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to