in reply to Re^2: Deparse isn't as reliable as I thought
in thread Deparse isn't as reliable as I thought

What about BEGIN { close STDOUT; }? (No, I'm not entirely serious here.)

Replies are listed 'Best First'.
Re^4: Deparse isn't as reliable as I thought
by diotalevi (Canon) on Mar 04, 2006 at 16:29 UTC

    You might as well be. To deparse that, you'd want B::Deparse to be able to write to a file instead of just STDOUT.

    ⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

      Yeah, I suppose you're right that that can be worked around. How about a more extreme example then?

      BEGIN { undef %:: if %O:: }

      I don't think there's any way to deparse that.