Hi anyone have any ideas on how example 2 or 3 below should correctly be written ??? Thanks for any help that can be given
if(grep /Handicap|Help/, $source) { this seems to work } if(grep /(Handicap && Help)/, $source) { this does not work } ideally I would like multiple grep pairs ie.. if(grep /(Handicap && Help) || (Friend && Foe)/, $source) { this does not work } -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]