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?

    http://learn.perl.org/faq/beginners-cgi.html

It's certainly easier to leverage an existing service (in this case,
the http service) than to roll your own from scratch.

Good luck with it!

--Tom Phoenix
Stonehenge Perl Training

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


Reply via email to