in reply to Re^3: Tk::Image delete method
in thread Tk::Image delete method

Could it be because you *re-load* perl and your script every time via that exec?

Why not? It's simple and does what I want. I'm not getting any help making it work "correctly" therefore I hack until it does what I mean.

btw how does user exit such a cycle?

Same way it was started, in the console, with ctrl+c.

Or is it meant to be a virus?

How is it a virus? It's meant to be fun and productive. I have so many images and so little time to enjoy them. I love this program!

Replies are listed 'Best First'.
Re^5: Tk::Image delete method
by jcb (Parson) on Dec 19, 2019 at 00:28 UTC
    I'm not getting any help making it work "correctly"

    That is because you should be reading the Tk documentation. There is a steep initial learning curve, but you are already part of the way up that curve.

      >> I'm not getting any help making it work "correctly"

      > That is because you should be reading the Tk documentation. There is a steep initial learning curve, but you are already part of the way up that curve.

      I apologize for saying that, because I am in fact getting very generous help from you (jcb) in 11110311 and bliako in 11110301, and thank you both. I will study the documentation on MainLoop, callbacks, and object destruction to try to get this done right. Thanks again!

Re^5: Tk::Image delete method
by bliako (Abbot) on Dec 18, 2019 at 12:23 UTC

    OK