Help for this page

Select Code to Download


  1. or download this
    use File::HomeDir;
    $ENV{HOME} = File::HomeDir->my_home;
    ...
    print "looking around ...\n";
    ($output,$errors,$exit) = $scon->cmd("sho ip route");
    print $output;
    
  2. or download this
    debug dump
    C:\>perl ssh.pl
    ...
    PC-200911281232: Entering interactive session.
    Terminating on signal SIGINT(2)
    C:\>