How do I get DLL file versions

2003-09-24 Thread David Mamanakis
I need a snippet of code that will get me the file versions from DLL files in Windows I have done a quick search, no luck... need it asap... Thanks in ADVANCE! --DM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Executing Perl from inside Perl, using Perl2EXE, Win32 and etc...

2003-09-09 Thread David Mamanakis
I have an interesting situation where I am using Perl to develop installation scripts. So far, so good. However, I have 4 total scripts, and I am calling 3 of them from the main one... Most of the time, the scripts are executed from a machine that DOES NOT have Perl installed, so I have created E

another reg-ex question

2002-10-18 Thread David Mamanakis
these are common it seems... I have a routine that returns a listing of users and all their information in a list format in an array 1: (status): : : firstName : lastName : eMail@.com example: 1: 223344(IDLE): idiot : 1234567 : Iyam : Stupid : [EMAIL PROTECTED] This list can be long. The

need little help with reg expressions

2002-09-27 Thread David Mamanakis
Again... interesting little routine I have going... Sucking a return out of a function an stuffing it into an array @Junk = $TE->logon($A->{USERID}); Then I am validating the information in the array with known values, searching for specific information... if (!$TE->validateCLSMSResponse($G

Regular Expression Help

2002-02-05 Thread David Mamanakis
the Regular Expression to Replace A with X except when A is found in the 4 scenarios listed? --David Mamanakis -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]