Help for this page

Select Code to Download


  1. or download this
    my ( $session, $error ) = Net::SNMP->session(
             -hostname       => $host,
    ...
            printf( "ERROR: %s.\n", $session->error );
            }