Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Strawberry Perl, installers, and simple scripts

by jprice (Novice)
on Sep 15, 2008 at 18:40 UTC ( [id://711514]=note: print w/replies, xml ) Need Help??


in reply to Strawberry Perl, installers, and simple scripts

I'm trying to do pretty much what your doing by using PAR Packer:
http://search.cpan.org/~smueller/PAR-Packer-0.982/lib/pp.pm

Unfortunately I not having complete success yet. I can build the self-extracting exe file, and it runs fine on the local system, but unfortunately I hit some "missing module" errors on the remote systems that don't have perl installed. If you happen to get pp working successfully I'd love to hear how you did it.
I believe there's some ways you could manually use PAR (without pp) to create the complete perl archive file that you would need.
But I'm still a noob at this, so don't ask me how...
  • Comment on Re: Strawberry Perl, installers, and simple scripts

Replies are listed 'Best First'.
Re^2: Strawberry Perl, installers, and simple scripts
by spacewarp (Pilgrim) on Sep 16, 2008 at 01:54 UTC
    It's a pain, but in many packers Require'ing ALL of the modules that you use any functions from will cause them to be packed as well.

    Spacewarp

    DISCLAIMER:
    Use of this advanced computing technology does not imply an endorsement
    of Western industrial civilization.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-25 23:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found