Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^8: Troubles creating a .exe

by cbouwkamp (Novice)
on Feb 26, 2012 at 06:16 UTC ( [id://956201]=note: print w/replies, xml ) Need Help??


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

by @inc do you mean adding lines like these use lib ("C:/Perl/lib/Win32API");

Replies are listed 'Best First'.
Re^9: Troubles creating a .exe
by Marshall (Canon) on Feb 26, 2012 at 07:21 UTC
    That is a way in the source code to specify other places to look for modules. I think that if "C:/Perl/lib/Win32API" is in the Windows %path% variable, then I think this will also be searched by PerlApp. I have project specific libraries for modules: like use lib ('C:/projectX');

    If the code runs without PerlApp, then I would add more possibilities to the search path(s) so that PerlApp can find what you need. Why this is necessary, I don't know in this case, but it appears to be so.

        The question here is not how to "make Perl happy" the question is how to "make PerlApp happy" and that is a very different thing.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://956201]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-25 19:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found