Re: Die without textoutput?



gustav@xxxxxxxxxxxxxx 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
.



Relevant Pages

  • Re: Die without textoutput?
    ... Llama said, ... That is, another way you could use die is in a line like this, ... with a trailing newline: ... > Childprocess complete ...
    (perl.beginners)
  • Die without textoutput?
    ... Childprocess complete ... I just want the current process to die without giving any output to ... Is there any substitue for the die-command to achieve this? ... Prev by Date: ...
    (perl.beginners)
  • Re: Die without textoutput?
    ... >>>Childprocess complete ... Did you read the documentation for die ... Prev by Date: ...
    (perl.beginners)
  • Re: Die without textoutput?
    ... >> Childprocess complete ... >> I just want the current process to die without giving any output to ... I'd like something like pseduo.. ... Prev by Date: ...
    (perl.beginners)
  • Re: XML-kommentierung erweitern
    ... daß nach Eingabe von '///' vor einer Klasse folgender Code eingefügt wird: ... Die ist festgeschrieben. ... sondern sie werden im nicht-normativen "Annex E. Documentation Comments" beschrieben. ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)