in reply to Can i combine all the .PM's and main script into one file to create a distribution ?
You can use the code in @INC feature to put the code for all the modules in a single file. Also, I've "always" used PAR to create platform (i.e. Windoze) specific executables, but ISTR it has the capability of also doing exactly what you're after.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can i combine all the .PM's and main script into one file to create a distribution ?
by GrandFather (Saint) on May 07, 2007 at 22:22 UTC | |
by blazar (Canon) on May 07, 2007 at 22:30 UTC | |
by GrandFather (Saint) on May 07, 2007 at 22:42 UTC |