Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Detect whether a writeable filehandle has closed?

by shmem (Chancellor)
on Jan 14, 2021 at 14:56 UTC ( [id://11126914]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Detect whether a writeable filehandle has closed?
in thread Detect whether a writeable filehandle has closed?

As said, you get the SIPGPIPE immediately after the first unsuccessful write, so you may want to keep your amount of lines short for each write.

If you have control of the child you could make it send a HUP or USR1 to its parent after closing the file handle.

Update: Oh I see you haven't, a compiled C program... hm. A wrapper, maybe?

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
  • Comment on Re^3: Detect whether a writeable filehandle has closed?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-16 22:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found