padawan_linuxero has asked for the wisdom of the Perl Monks concerning the following question:
and these is the error#!/usr/bin/perl my @output; my $rc; my $command = "ls"; my $userid = "saai"; my $password = "saaisi0"; ($rc, @output) = rexec(xxx.xx.xx.xx,$command, [$userid, [$password]]); for (@output) { print "$_\n"; }
Can you guys help me?Error opening sock Invalid argument at C:/Perl/site/lib/Net/Rexec.pm l +ine 20.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with Net::rexec
by toolic (Bishop) on Apr 08, 2008 at 20:06 UTC | |
by kyle (Abbot) on Apr 08, 2008 at 20:23 UTC | |
|
Re: Problem with Net::rexec
by kyle (Abbot) on Apr 08, 2008 at 19:37 UTC | |
by padawan_linuxero (Scribe) on Apr 08, 2008 at 20:03 UTC |