On Dec 26, 2007 11:21 AM, Tom Phoenix <[EMAIL PROTECTED]> wrote:
> On Dec 26, 2007 3:08 AM, nandakishore saboo <[EMAIL PROTECTED]> wrote:
>
> > I would like to run perl script on linux machine from windows perl script.
>
> The most common way that people do that is when the Linux box is
> running a webserver (such as Apache) which in turn runs a CGI program
> written in Perl. Even if that isn't exactly what you're talking about,
> could that be a way to do what you're looking for?
snip

That's funny, I would have said the most common way to run a script
remotely would be either Net::Telnet or Net::SSH (with a preference
for Net::SSH).  With CGI you need to use some form of authentication
(either roll your own or find a module) or anyone can run your script
remotely.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to