http://www.perlmonks.org?node_id=506501


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..."