-----Original Message-----
From: Jorge Almeida [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 27, 2006 9:37 AM
To: John W. Krahn
Cc: Perl Beginners
Subject: Re: eval problem
On Tue, 27 Jun 2006, John W. Krahn wrote:
> Jorge Almeida wrote:
>> What is happening?
>
> When find dies a SIGPIPE signal is sent to the parent process which
kills it.
>
Thank you. Putting `$SIG{'PIPE'}="IGNORE";' in the beginning of my
program solves my problem.
>
>
Jorge
--
So could this `$SIG{'PIPE'}="IGNORE";' be considered a global similar to
$ENV{"PATH"} = qq(/opt/SUNWsamfs/sbin:/usr/bin);
Thank you
Derek
_________________________________________________
This message is for the designated recipient only and may contain privileged,
proprietary, or otherwise private information. If you have received it in
error, please notify the sender immediately and delete the original. Any other
use of the email by you is prohibited.
Dansk - Deutsch - Espanol - Francais - Italiano - Japanese - Nederlands - Norsk
- Portuguese - Svenska: www.cardinalhealth.com/legal/email
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>