Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: How do I tell if a handle is open for writing?

by Zaxo (Archbishop)
on Nov 07, 2005 at 19:06 UTC ( [id://506501]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How do I tell if a handle is open for writing?
in thread How do I tell if a handle is open for writing?

Or have I been smoking the curtains again?

No, the curtains are safe. I've added to my reply a sub that Does What You Want.

After Compline,
Zaxo

  • Comment on Re^3: How do I tell if a handle is open for writing?

Replies are listed 'Best First'.
Re^4: How do I tell if a handle is open for writing?
by DrWhy (Chaplain) on Nov 08, 2005 at 14:17 UTC
    Ah. That looks much more to the point :) I like this fcntl()-based solution better than sgifford's solution (print nothing) because it more directly answers the question at hand. Which is not to say that sgifford's solution is bad; it has the advantage that it will catch some writability problems not related to how the handle was opened, plus it looks less complex to the human reader of your code.

    Unfortunately, I'm doing this on Win32 :( Win32 doesn't implement the fcntl() function, so I'll go with the 'print nothing' solution for now.

    --DrWhy

    "If God had meant for us to think for ourselves he would have given us brains. Oh, wait..."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (11)
As of 2024-04-23 08:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found