Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Is there any provision to run perl scripts without installing perl?

by Anonymous Monk
on Jul 03, 2012 at 14:12 UTC ( [id://979713]=note: print w/replies, xml ) Need Help??


in reply to Is there any provision to run perl scripts without installing perl?

Like it or not, the runtime environment of Perl (and all of the libraries that may be directly or indirectly referenced by your code) must be installed on the target computer. Mechanisms for bundling this into a self-contained (exe...) single file do exist. But the fact remains: it must execute. Therefore, it must be executable.

Remember that systems like Windows install a tremendous number of runtime environment libraries whether you want them there or not, precisely so that scripts and so-forth can run on the computer without further installation-work from you. (Ignoring the obvious "virus and malware" threads, please...)
  • Comment on Re: Is there any provision to run perl scripts without installing perl?

Log In?
Username:
Password:

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

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

    No recent polls found