Thanks for input. OK now let me put my requirement in other way. I have one 
component say ".so" file which is built on the solaris platform and now i want 
to call that component from perl script on solaris.

please advice/help

Regards
jaya




________________________________
From: Jenda Krynicky <je...@krynicky.cz>
To: beginners@perl.org
Sent: Thursday, April 2, 2009 4:32:13 AM
Subject: Re: WIN32:OLE module

From: Irfan Sayed <irfan_sayed2...@yahoo.com>
> 
> I have one perl script in which i am using win32:OLE perl module. Now
> i need to convert script so that it can support solaris OS also. can
> it be possible?? 
> if yes what is the equivalant module of win32:OLE on unix or any other option.

I would guess you use the Win32::OLE to communicate with some 
program, right? Do you expect to find the same program under Solaris? 
OLE (or rather the underlying COM) is a Windows specific protocol. 

Wikipedia says that "Although the interface standard has been 
implemented on several platforms, COM is primarily used with 
Microsoft Windows." and I don't think you'll find it supported by 
Solaris.

If you just need to test the script while it will end up being used 
under Windows and only have a Solaris machine you'll have to use some 
Windows emulator to run the Windows version of Perl, the script and 
the program you want to communicate with.

Jenda
P.S.: advise ne advice
===== je...@krynicky.cz === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
    -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


      

Reply via email to