Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Running Perl on Remote Windows Server

by soonix (Canon)
on Oct 14, 2014 at 15:08 UTC ( [id://1103754]=note: print w/replies, xml ) Need Help??


in reply to Running Perl on Remote Windows Server

If you really want the script to run on multiple machines without having to install perl on them, you could use PAR::Packer and its pp.

However, this essentially makes a copy of perl's runtime system and has to unpack it on every run. It does work, but start-up time is considerable.

For the special case in the OP, I'd rather suggest going with WMI. One of the examples for DBD::WMI actually deals with remote machines...

  • Comment on Re: Running Perl on Remote Windows Server

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-26 03:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found