Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Portable win32 perl application without PAR::Packer

by aitap (Curate)
on Oct 18, 2014 at 21:50 UTC ( #1104259=note: print w/replies, xml ) Need Help??


in reply to Portable win32 perl application without PAR::Packer

Module::ScanDeps will provide you a list of dependencies of your app.pl. Copy them from your Perl installation to lib/ or install a fresh copy from CPAN, specifying PERL_LOCAL_LIB_ROOT, PERL_MB_OPT, and PERL_MM_OPT accordingly. perl.exe will probably need its perl5xx.dll alongside.

You can use Perl embedding features to build your own exe (with icon, manifest and everything) which launches the Perl interpreter, like this.

Replies are listed 'Best First'.
Re^2: Portable win32 perl application without PAR::Packer
by basiliscos (Pilgrim) on Oct 19, 2014 at 18:44 UTC

    Seems to be exactly what I looked for! Thanks a lot! As well as for the other monks too.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1104259]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2023-12-02 02:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (13 votes). Check out past polls.

    Notices?