in reply to Re^4: Troubles creating a .exe
in thread Troubles creating a .exe

Well adding more stuff to the %path% appears to work. I'm not sure how the IDE can find it without this. Does the program run from the command line without the IDE? I guess it could be that the IDE does some things "under the covers" of which we are not aware?

Replies are listed 'Best First'.
Re^6: Troubles creating a .exe
by cbouwkamp (Novice) on Feb 26, 2012 at 06:03 UTC
    Yes it runs from the command line, I just tested it
      Well darn! I don't know what else to offer. Adding more to the @INC path seems to work although I'm not sure why this is necessary.
        by @inc do you mean adding lines like these use lib ("C:/Perl/lib/Win32API");