system return value?
- From: g4173c@xxxxxxxxxxxx
- Date: 26 Jan 2007 14:52:27 -0800
Greetings:
I'm doing the following:
system ("make | tee /tmp/make.log") == 0 || die "Make failed $?\n";
The problem is that the pipe tee is what is getting returned for a
status. Is there anyway around this problem? The make fails but my
script doesn't exit out....
Thanks in advance!
Tom
.
- Follow-Ups:
- Re: system return value?
- From: Morten Guldager
- Re: system return value?
- Prev by Date: Re: File::FilterFuncs almost ready to upload to CPAN.
- Next by Date: Re: system return value?
- Previous by thread: Send::Mail nothing happens and no errors
- Next by thread: Re: system return value?
- Index(es):
Relevant Pages
|
|