Folks,

I have hit a minor brain road block here, trying to regex out a line
containing all text up to the first .

Line looks like this:

<04/01/03 16:36:21.737 [blah]>|blah(): Throw blah from idl method: Number:
6048  Reason: blah failed: blah. blah. - OrderNumber <blah> blah
WorksheetNumber <blah> SR WorksheetNumber <blah> failed

Here is my regex

push( @errors, $1) if ( $_ =~ /^<$g_date.*method: (.*\. )/ );

What I am seeing is


Number: 6048  Reason: blah failed: blah. blah.

When I should be getting

Number: 6048  Reason: blah failed: blah.


Regards,


Ronald J. Yacketta
Principal Consultant
Ciber, INC
345 Woodcliff Dr.
Fairport, NY 14450
-----------------------------------------------------------------------
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. 

Any review, retransmission, dissemination or other use of, or taking of 
any action in reliance upon, this information by persons or entities other 
than the intended recipient is prohibited. 

If you received this in error, please contact the sender and delete the 
material from any computer.
--  

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to