RE: perl output from cron jobs mixing stdout and stderr

2001-06-03 Thread Bennett Haselton
Anybody have any ideas on how to fix this? I'm growing increasingly desperate as the logs generated by this program continue to pile up, with no known way to (1) single out the programs that generate warnings/errors, and (2) preserve the order of the STDOUT and STDERR statements, at the same

Re: perl output from cron jobs mixing stdout and stderr

2001-06-03 Thread $Bill Luebkert
Bennett Haselton wrote: Anybody have any ideas on how to fix this? I'm growing increasingly desperate as the logs generated by this program continue to pile up, with no known way to (1) single out the programs that generate warnings/errors, and (2) preserve the order of the STDOUT and

Packages and scope

2001-06-03 Thread Lee Goddard
Over the past year I've got myself into the habit of using strict and warnings, but have never come across this before: can someone please help me clarify it? package MIDI::Generate::FromText; use warnings; use strict; use MIDI::Generate::FromFoo; our @ISA = qw(MIDI::Generate::FromFoo); my

Re: perl output from cron jobs mixing stdout and stderr

2001-06-03 Thread Sisyphus
- Original Message - From: Bennett Haselton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 03, 2001 6:23 PM Subject: RE: perl output from cron jobs mixing stdout and stderr Anybody have any ideas on how to fix this? I'm growing increasingly desperate as the logs