Jith has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks, Greetings !!! Could anyone please explain the benefit of perl64 bit over perl32 bit. Will all Win32::GuiTest subroutines will work in both 64 & 32 bit perl? Thanks in advance.

Replies are listed 'Best First'.
Re: Migration to Perl64 bit
by Discipulus (Canon) on Feb 16, 2016 at 10:59 UTC
      Thanks Discipulus
        i addition you can always give a try using strawberry perl's portable editions
        • 5.22.1.2 / 64bit
        • 5.22.1.2 / 32bit
        • 5.22.1.2 / 32bit - without USE_64_BIT_INT
        install the module and see the tests results or test with your intended program the portable installations, after this you can easyly remove them

        L*

        There are no rules, there are no thumbs..
        Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.
Re: Migration to Perl64 bit
by davies (Monsignor) on Feb 16, 2016 at 12:37 UTC

    Since I wrote What Windows 64 bit traps are out there? and read the helpful replies, I've rarely used 32 bit Perl. I've had no problems with doing seriously advanced stuff in Excel using Win32::OLE.

    Regards,

    John Davies