I am trying to create a simple distribution method that preserves the multi-platform'ness of Perl (AKA, i dont want to "Compile" it into native machine code via Perl2Exe).
Can i just combine all the scripts and the dependancies into one file ? With the "package" keywords, it should adjust the namespace, etc... but it seems there are issues with the "use X' or "require X' lines... or do i need them in this case ? Will it work at all ?