In article <017501c155cb$0c286320$[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] (Chuck) wrote:

> I am having a hell of a time getting something to work;

> my $cmd = "/bin/ssh -l cci $host \"df -b | grep root | grep -v grep\"";
> @results = `$cmd`;

have you tried Net::SSH?

    http://search.cpan.org/search?dist=Net-SSH-Perl
-- 
brian d foy <[EMAIL PROTECTED]> - Perl services for hire
CGI Meta FAQ - http://www.perl.org/CGI_MetaFAQ.html
Troubleshooting CGI scripts - http://www.perl.org/troubleshooting_CGI.html

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to