danield <[EMAIL PROTECTED]> wrote:
: 
: I am unable to find out why is this not matching:
:
:[snip]
:
:       if ( / Summary Log (generated:/ ) {


     The open parenthesis '(' has to be escaped.

 if ( / Summary Log \(generated:/ ) {


HTH,

Charles K. Clarkson
-- 
Head Bottle Washer,
Clarkson Energy Homes, Inc.
Mobile Home Specialists
254 968-8328


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to