Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Testing standalones on PC with Perl

by reneeb (Chaplain)
on Feb 03, 2006 at 09:47 UTC ( [id://527576]=note: print w/replies, xml ) Need Help??


in reply to Testing standalones on PC with Perl

@INC is not the only "Problem". Sometimes the executable needs some .dlls that you have, but that is not on a standard PC. These .dlls are often in C:\WINDOWS\system32 and if you "empty out" @INC, the application will always find the needed .dlls on your PC, but not on an other PC.

If a .dll is needed depends on the moduls used in your script.

The best way to test it is to have to different PCs (one development and one "standard") or to run two different OS on one PC...
  • Comment on Re: Testing standalones on PC with Perl

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-04-19 22:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found