in reply to Python from Perl, Perl/Win from Perl/*nix

Regardless of what method you use, you will require a program or demon running on the windows box to recieve or notice the data, and run the windows program. You could use a rsh shell or a SOAP daemon or a program that monitors a directory, but something has to be there waiting.

And since you also have yet to write the script that interfaces with the COM object, why not combine the two and have the script open a port, wait for the inbound data, process it through the COM object and then return the response. Either Perl or Python are fine for that.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
Lingua non convalesco, consenesco et abolesco. -- Rule 1 has a caveat! -- Who broke the cabal?
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
  • Comment on Re: Python from Perl, Perl/Win from Perl/*nix