Re: Use DLL files at Unix server

2010-04-23 Thread Bernard Tremblay
I suggest your read this : http://people.redhat.com/drepper/dsohowto.pdf It's now recent, but it will give you answers. Regards, BT On 2010-04-22 09:41, Kprasad wrote: Hi Could anyone tell me that how to use DLL at Unix Operating system? Kanhaiya Prasad

Re: Resolve hostname by specified nameserver

2009-10-23 Thread Bernard Tremblay
On Tue, 20 Oct 2009 16:34 +0200, "rocku" wrote: > Hello, > I need to resolve a hostname by a specified nameserver. Currently I am > using nslookup throught backticks, but it's output differs slightly > between Windows versions and is hard to parse. I wanted to use Socket > and something like i

Re: Getting the process information on windows !!

2007-08-07 Thread Bernard Tremblay
Hi, You can use an OLE connection to WMI (if the WMI service is active, wich is most of the time true on a server...), otherwise see "Win32::Perflib" wich obtain the same info from the registry. regards, BT = Sample WMI script to obtain proc

Perl abend on Win32::Cryptdata exit

2006-09-27 Thread Bernard Tremblay
Hello all, I have an abend when my perl script is finished. Everything it had to do was done but It seems it doesn't know where to return correctly anymore. I want to use this code to read an encrypted password in a file that would be in my home profile. I wan't to avoir the use of text pass

Perl Abend on exit with Win32::CryptData

2006-09-27 Thread Bernard Tremblay
Hello all, I have an abend when my perl script is finished. Everything it had to do was done but It seems it doesn't know where to return correctly anymore. I want to use this code to read an encrypted password in a file that would be in my home profile. I wan't to avoir the use of text pass

Perl Abend on exit with Win32::CryptData

2006-09-25 Thread Bernard Tremblay
Hello all, I have an abend when my perl script is finished. Everything it had to do was done but It seems it doesn't know where to return correctly anymore. I want to use this code to read an encrypted password in a file that would be in my home profile. I wan't to avoir the use of text pass