Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re: Turning an argument into a regexpby le (Friar) |
on Aug 30, 2000 at 22:04 UTC ( [id://30361]=note: print w/replies, xml ) | Need Help?? |
I don't think the File::Find module has problems with a
variable being a regexp. But you should let Perl know that
you actually mean a regexp. In your example, $regex is treated
as a scalar, not as a regex. Try something like this:
Putting the regex delimiters into the variable may work with an eval, but this is just a wild guess.
In Section
Seekers of Perl Wisdom
|
|