punkish has asked for the wisdom of the Perl Monks concerning the following question:
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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Python from Perl, Perl/Win from Perl/*nix
by gawatkins (Monsignor) on Nov 09, 2005 at 17:07 UTC | |
Re: Python from Perl, Perl/Win from Perl/*nix
by idsfa (Vicar) on Nov 09, 2005 at 16:01 UTC | |
Re: Python from Perl, Perl/Win from Perl/*nix
by duff (Parson) on Nov 09, 2005 at 16:02 UTC | |
by Tanktalus (Canon) on Nov 09, 2005 at 19:48 UTC | |
Re: Python from Perl, Perl/Win from Perl/*nix
by BrowserUk (Patriarch) on Nov 09, 2005 at 17:00 UTC | |
Re: Python from Perl, Perl/Win from Perl/*nix
by spatterson (Pilgrim) on Nov 09, 2005 at 16:30 UTC | |
Re: Python from Perl, Perl/Win from Perl/*nix
by mikeock (Hermit) on Nov 09, 2005 at 16:03 UTC |