here is the whole story.

I am writing a boatload of ETL scripts that will be loading data into Oracle (see Automating data loading into Oracle. Most all this work has to be done on a *nix box. Except, one task requires some transformation work that can only be performed on a Windows box. This is because of proprietary COM objects that will manipulate spatial data. Additionally, the official support for scripting these COM objects is only via Python, although the docs state that any scripting language "that supports COM using IDispatch" (which includes Perl) can be used). I don't have more details on this at this time, but my intent is to use Perl as much as possible. In case I am not able to use Perl, I might just end up using Python for that specific task. Hence...

I defintely will need to call a program on a Win box from a program on the *nix box. I might have to call Python on Win from either Perl on Win or Perl on *nix.

Phew.... any insights much appreciated.

--

when small people start casting long shadows, it is time to go to bed

In reply to Python from Perl, Perl/Win from Perl/*nix by punkish

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.