in reply to Re^2: I prefer not to run the latest version of Perl because:
in thread I prefer not to run the latest version of Perl because:

Agreed. "perl2exe" is matched to specific versions of Perl. The latest Perl version that perl2exe supports is 5.30.x.

"It's not how hard you work, it's how much you get done."

  • Comment on Re^3: I prefer not to run the latest version of Perl because:

Replies are listed 'Best First'.
Re^4: I prefer not to run the latest version of Perl because:
by marto (Cardinal) on Feb 05, 2023 at 10:28 UTC

    I'm curious as to what features of the proprietary perl2exe you need, and wonder if they're not covered by the alternatives.

      I’ve tried “pp” and it did not produce a working executable. I use a number of Tk modules and other assorted modules and it became increasingly frustrating trying to mail down the culprit. “perl2exe” pretty much just works right out of the box, which leaves me free to concentrate on the programming projects at hand.

      "It's not how hard you work, it's how much you get done."

        If you haven't tried it already, and have feel like revisiting the pp method pp_simple may be of interest.