Help for this page

Select Code to Download


  1. or download this
        if ( $session )
        {
    ...
             ### Login to privileged exec mode ###
            $session->login( Name => $uid , Password => $pawd );
           # $session->enable( $pawd );
    
  2. or download this
    foreach $entry (@iplist) {
        chomp ($entry);
    ...
            close ERROR_LOG;
        }
    }