Skip Menu |

This queue is for tickets about the IPC-Run CPAN distribution.

Report information
The Basics
Id: 98168
Status: resolved
Priority: 0/
Queue: IPC-Run

People
Owner: Nobody in particular
Requestors: mxcool106 [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: IPC-Run
Date: Tue, 19 Aug 2014 15:16:04 +0800
To: bug-IPC-Run [...] rt.cpan.org
From: matthew <mxcool106 [...] hotmail.com>
this syntax return wrong result: use IPC::Run qw(run); my @cat = qw(catt); $in = 'fun.txt'#there is fun.txt file in dir. run \@cat,'<',$in,'>','out.txt','2>','err.txt'; when this script runs, the error information is not written in err.txt.
Ticket migrated to github as https://github.com/toddr/IPC-Run/issues/59