Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: How to deliver a perl application to a client?

by GrandFather (Saint)
on Oct 21, 2019 at 05:27 UTC ( [id://11107743]=note: print w/replies, xml ) Need Help??


in reply to Re: How to deliver a perl application to a client?
in thread How to deliver a perl application to a client?

What's so difficult about this?

In a word: *nix.

Your experience is Windows which runs essentially on a single processor type where to a reasonable extent the same binary will run on most machines. *nix applications live in a vastly different world where the processor and many aspects of the operating system mean that applications typically need to be built for the target system. It isn't generally as simple as "ship the executable" in the *nix world. Pure Perl applications have a reasonable chance of working across systems, but as soon as a module using compiled code is added to the mix things tend get complicated.

Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond

Replies are listed 'Best First'.
Re^3: How to deliver a perl application to a client?
by cavac (Parson) on Oct 21, 2019 at 13:56 UTC

    Not to mention that some distros, even if they receive security updates, use very, *very* outdated libraries you have to compile against. I'm not going to point fingers, but it starts with "d" and ends with "ebian". It's a bit like having to support Windows XP in 2019.

    perl -e 'use MIME::Base64; print decode_base64("4pmsIE5ldmVyIGdvbm5hIGdpdmUgeW91IHVwCiAgTmV2ZXIgZ29ubmEgbGV0IHlvdSBkb3duLi4uIOKZqwo=");'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-03-29 11:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found