Re: Making thunderbird attachments searchable
[email protected] (Johan Vromans) 06 Jan 2010 20:16:22 +0100
| Newsgroups | perl.scripts |
|---|---|
| Message-ID | <[email protected]> |
>>> Please followup-to the list only! Terrence Brannon <[email protected]> writes: > How about > if ( qr/$regexp/ ) qr// returns a pre-compiled regexp, it doesn't perform a match. my $pat = qr/.../; if ( $string =~ $pat ) { ... } -- Johan