Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Detecting write errors (disk full, bad media)

by dcmertens (Scribe)
on Jul 01, 2011 at 16:26 UTC ( [id://912374]=note: print w/replies, xml ) Need Help??


in reply to Detecting write errors (disk full, bad media)

I think the other monks have answered your question. BUT if you wanted to have the print statement croak when it encounters errors, you can override the standard output to go to a tied filehandle. Then operations that Perl would have sent to stdout go to your filehandle code. You could then have your filehandle code print its results to the old stdout, but check the return value for you. For details, see http://stackoverflow.com/questions/387702/how-can-i-hook-into-perls-print
  • Comment on Re: Detecting write errors (disk full, bad media)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-24 02:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found