Help for this page

Select Code to Download


  1. or download this
            my $s = Net::Appliance::Session->new(
                    Host        => $switch,
                    Transport    => 'SSH');
    
  2. or download this
            $s->cmd("exit");