in reply to Re: Win32::GUI problem
in thread Win32::GUI problem

Your code is not working.

Replies are listed 'Best First'.
Re^3: Win32::GUI problem
by Albannach (Monsignor) on Sep 25, 2015 at 11:44 UTC
    Can you elaborate on what you're seeing? I always test code before posting so I can tell you this works on my machine at least. To be clear, you should get a square white window, and when you left-mouse-down in the window it will report the coordinates in the top left. If you hold left-mouse-down and move the mouse it will draw pixels and report the current coordinates in the top centre, and when you release the left-mouse it will report the final coordinates in the top right.

    --
    I'd like to be able to assign to an luser

      When i am seeing your program, it raises a prolem like: The Perl Interpreter needs to be closed down. maybe this situation has something to do with the fact I switched from Strawberry to ActiveState perl,because i had problems like that before when using the Win32 problem. Furthermore i dont have an internetconnection so i guess there is nothing to do about it.