Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I would like to search for the strings '[Message] and [here]'. How can I search it ?File "XYZ" has -> line1 :"[Message] not in the [mail]". line2 : Nothing is found out [here].
if ( /][message\]/ && /\[here\]/) is valid ?
Edit by tye thanks to Corion's request
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: strings
by strat (Canon) on Apr 05, 2002 at 10:46 UTC | |
|
Re: strings
by mce (Curate) on Apr 05, 2002 at 13:56 UTC |