in reply to Checking user input on dynamic regular expressions
eval q{ if ($value =~ /($input)/) { # try match $match = $1; # assign here because of local scope? } }; [download]
I'm pretty happy with that now :)
cLive ;-)