Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Choose your own Adventure - for Perl & Windows

by dasgar (Priest)
on Apr 13, 2017 at 04:11 UTC ( [id://1187819]=note: print w/replies, xml ) Need Help??


in reply to Choose your own Adventure - for Perl & Windows

To be honest, I didn't read through your posted code.

What I'm confused about is if you're going to bundle your code into an executable so that it can be distributed to others and used on systems that don't have Perl installed, why limit yourself to only use core modules and why not bundle in the needed DLLs into the executable? I'm not saying that there's anything "wrong" with your approach. There's just a few aspects that differ from how I personally would do things - which would be to use whatever modules I want to and create an executable that doesn't need other files (such as DLLs) in order to be used.

Here's a blog post where someone described the steps to use Strawberry Perl and PAR::Packer to package a Mojolicious app (including the required DLL files) into a stand alone executable.

Just thought I'd share some info on another approach.

  • Comment on Re: Choose your own Adventure - for Perl & Windows

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-25 15:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found