Re: Regex Needed

2006-03-24 Thread David Legault
Something like this : /(\w\s){2}([a-zA-Z]+)\d*/ David Joe Discenza wrote: Paul Rousseau wrote, on Friday, March 24, 2006 12:38 PM :I am looking for help on a regex that examines strings such as : : "xxxN yyy sssNNN" : "xxxN yyyNyyy sss" : "xxxN yyyNyyy ssN" : : and returns

Re: Help calling a dll

2005-10-13 Thread David Legault
PI - Innovative Radar Solutions ________ David Legault, Ing. jr., M.Sc.A Radar Consultant, Programmer Vantage Point International Inc. 400 March Road, Suite 210 Ottawa, Ontario K2K 3H4 Tel (613) 592-7700 ext 229 Fax (613) 592-7701 E-mail: [EMAIL PROT

Win32:API Problem

2005-07-22 Thread David Legault
Hello, I'm trying to use the Win32:API module to access a DLL function with this perl code : $function = Win32::API->new( 'test.dll', 'int startSimulation(int eRunMode)', ); $return = $function->Call(0); print $return; The C code for the function in the DLL is : int startSimulation( int eR