Search on www.deja.com for Devel::Loaded, which will tell you which
modules your script uses. Then, you can hopefully re-create a mini module
structure in the directory you have your script in, and include the perl
executable and libraries in the same directory - thus creating a mini perl
install
01 11:25 AM
Subject: Re: Making a perl script a stand-alone executable
> for unix try perlcc that comes with perl.. still very experimantal, for
> windows you can buy perl2exe or get the active state pack that has a perl
> "compiler".
>
> be wared... ill it does is include the
for unix try perlcc that comes with perl.. still very experimantal, for
windows you can buy perl2exe or get the active state pack that has a perl
"compiler".
be wared... ill it does is include the parser within the script and compile
it. Your file size will be at least 500k+. perlcc is experiment