Am Mittwoch, 12. April 2006 01:27 schrieb Sonika Sachdeva:
> Actually I am looking for AND and OR combinations..and the number of words
> are not fixed.
> ie @words is the variable and I need to have OR and AND combinations of
> @words. to match in LINES
> How do I go about it?

/abc|def|ghi/

matches 'abc' or 'def' or 'ghi' in $_

perldoc perlre
perldoc perlretut

regards,

oliver



-- 
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