in reply to Getting 'permission denied' error trying to run perl under cygwin

I agree with McDarren. First, make sure that perl2exe is in your path. Then, from the commandline just:

perl2exe -platform=Win32 myscript.pl

  • Comment on Re: Getting 'permission denied' error trying to run perl under cygwin
  • Download Code

Replies are listed 'Best First'.
Re^2: Getting 'permission denied' error trying to run perl under cygwin
by marto (Cardinal) on Jun 17, 2009 at 12:34 UTC

    McDarren makes no mention of indegoStar's perl2exe utility, the OP isn't asking how to convert a script to a stand alone executable.

    Martin