Re: pack a script and its modules in one file
am 24.12.2007 06:10:58 von John Bokma
Larry wrote:
> Hi peeps,
>
> I was wondering is there were any way to pack a script and the
> modules it uses in a single perl script...I wonder how perl2exe
> accomplishes that!!!
Check out PAR (it almost feels like a FAQ)
--
John
Arachnids near Coyolillo - part 1
http://johnbokma.com/mexit/2006/05/04/arachnids-coyolillo-1. html
Re: pack a script and its modules in one file
am 24.12.2007 07:01:40 von Larry
In article ,
John Bokma wrote:
> Check out PAR (it almost feels like a FAQ)
that might be what I've been looking for...yet I am in needing of make
packed file that be able to work on mac os x's unix (darwin)
Re: pack a script and its modules in one file
am 26.12.2007 05:15:46 von Sherm Pendley
Larry writes:
> In article ,
> John Bokma wrote:
>
>> Check out PAR (it almost feels like a FAQ)
>
> that might be what I've been looking for...yet I am in needing of make
> packed file that be able to work on mac os x's unix (darwin)
If you want the simplest possible package, where you can drop files on
your .app bundle and have them passed to your script exactly as if they
were passed as command-line arguments, have a look at DropScript:
If you want your .app to be a full GUI app, have a look at CamelBones:
sherm--
--
Cocoa programming in Perl: http://camelbones.sourceforge.net