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

Re: Execute remote Perl scripts

by Abigail-II (Bishop)
on Oct 09, 2002 at 15:07 UTC ( [id://203945]=note: print w/replies, xml ) Need Help??


in reply to Execute remote Perl scripts

The same way as you would execute any other program on said machine. It isn't Perl specific, but it's specific on the remote (and local) machine configuration - and any routers/firewalls in between.

Typical ways include using rsh (called remsh on some OSses), or UUCP (who remembers working with UUCP?). Unsafe methods, both of them. A someone safer method is the use of ssh - but that's harder to script if you want to make it secure.

But there are other ways. HTTP for instance, in combination with CGI. Or the use of inetd. You could even share a disk with a remote machine and trigger execution that way.

Note that none of the method is Perl specific, and none of the methods is a "will work anywhere" solution.

Abigail

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-25 07:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found