Re: Re: [Ssh-sftp-perl-users] want to get rid of IO::Socket::INET messages.
Brought to you by:
dbrobins
From: Matthew J. S. <vag...@ya...> - 2006-04-20 14:59:07
|
--- Ajit <aji...@re...> wrote: > Hi Matthew, > I made changes suggested by you , > but it is still giving me these unwanted messages. > > I tryed following things , > > my($stdout, $stderr, $exit) = $ssh->cmd($cmd); > print $stdout; > > As well as ( just to try ) > > my(@stdout, @stderr, $exit) = $ssh->cmd($cmd); > print @stdout; > > Thanks > ~ajit > > Yeah, the changes I sent you won't get rid of the IO::Socket and IO::String warnings. It will just get rid of the "0" at the end of the output. I only gave you the solution to 1 of your questions. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |