This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Executing ssh from perl


On Thu, Nov 18, 2004 at 12:56:19PM -0800, Stephen Studley wrote:
> If I use system("<cmd>"); instead of `<cmd>`;, the command returns 0, 
> (no hang).  Unfortunately system wont work for my needs, as it is 
> critical I evaluate stdout:stderr.

`` doesn't capture stderr; maybe you want IPC::Open3

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]