Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: How do I invoke a procedure on a server remotely?

by chromatic (Archbishop)
on Apr 03, 2000 at 18:57 UTC ( [id://6726]=note: print w/replies, xml ) Need Help??


in reply to How do I invoke a procedure on a server remotely?

If you want to get the output from another script, it's as simple as using LWP::Simple. See How can I load a webpage into my program?. That assumes that the script on another server is CGI and available through HTTP access.

If you're looking to execute a script through rsh or ssh or telnet, look for the Expect module. You can write something like a chat script with it.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-03-28 22:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found