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


in reply to Debugging with tied variables

Very nice ++ysth Another option to perform this type of debugging would be to employ Tie::Watch

 

perl -le "print+unpack'N',pack'B32','00000000000000000000001010010111'"

Replies are listed 'Best First'.
Re: Re: Debugging with tied variables
by ysth (Canon) on Dec 08, 2003 at 02:43 UTC
    Cute. There are two Tie::Watches, one standalone and one bundled with Tk. They seem similar but have different version numbers :(. I think they could use a layer above to just do logging to a file; as is they look almost too featureful to be usable.

    Update: correct grammar.