[EMAIL PROTECTED] wrote:
> Hi!

Hello,

> When die is used, there is message something like:
> 
> x doesn't exist as an environment variable
> Died at lsh.pl line 510, <STDIN> line 6.
> Childprocess complete
> 
> I just want the current process to die without giving any output to
> screen, something like this:
> 
> x doesn't exist as an environment variable
> Childprocess complete

Isn't that output to the screen?  Did you read the documentation for die where
it explains the different forms of output and alternatives to die?

perldoc -f die

Do you have any questions about what's in the documentation?

It is hard to diagnose code problems without seeing any code.


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to