Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: eval error

by ioannis (Abbot)
on Oct 18, 2005 at 20:26 UTC ( [id://501107]=note: print w/replies, xml ) Need Help??


in reply to eval error

The STDERR is reopened during the fork, this time as stdin to the child; the child, however, has no code to excecute (because of the unless during the fork. So what is the purpose reopening STDERR to talk to a child that in most cases has already terminated?

Replies are listed 'Best First'.
Re^2: eval error
by Anonymous Monk on Oct 19, 2005 at 08:52 UTC
    See my reply above. It allows the simultaneous writing of STDERR/STDOUT to screen and logfile in real time.
    This is a Unix system by the way

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://501107]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-18 13:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found