in reply to calling subroutines within a regular expression?
# ... if ($s =~ REGEX) { print "found\n"; } # ... [download]