Ko_cJun has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
I'm trying to compile a perl code for windows. but i want to separate the source code and .dll (and their modules) separate from the exe file. Is there anyway to do this?
This is so that when i continue to edit the src.pl and run the out.exe the changes will still be included.
Also if the above case is possible. where can i get the modules it needs for it to run properly?(in case I move to a pc without perl) and how do i add them?
Thanks for the help :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Compiling perl with --dependent
by Anonymous Monk on Dec 19, 2012 at 01:00 UTC | |
by Ko_cJun (Initiate) on Dec 19, 2012 at 03:45 UTC | |
by Anonymous Monk on Dec 19, 2012 at 23:25 UTC |