krishnaprazad has asked for the wisdom of the Perl Monks concerning the following question:
Thanks in advance, Krishna.#!/usr/bin/perl use Net::Appliance::Session; my $s = Net::Appliance::Session->new( Host => '192.168.1.1', Transport + => 'SSH', ); $s->close();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::Appliance::Session module
by Corion (Patriarch) on Apr 10, 2008 at 06:35 UTC | |
|