On Mon, Feb 02, 2004 at 12:03:47PM -0500, [EMAIL PROTECTED] wrote: > and I don't want cvs stuff barfing on the screen.
The cvs command makes generous use of standard error. Adding the "-q" global option flag to CVS will quiet most of the output standard eror. Otherwise, if you need to get and keep that information somehow, you can either use the "2>" shell redirection syntax or the IPC::Open3 module to fetch it as a separate stream. -- "the Magic Eight Ball said 'You can rely on it'. Does rely mean 'Yes',or 'No'?" -- Samantha Langmead, age 6. _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

