in reply to Net::SSH2 dumping core
Change that to:my ($host, $user, $pass) = qw();
and then run that script: perl t/Met-SSH2.tmy ($host, $user, $pass) = qw(192.168.0.18 user pass);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::SSH2 dumping core
by ashok.g (Beadle) on Mar 29, 2012 at 22:04 UTC |