http://www.perlmonks.org?node_id=1046299


in reply to Regex Help!

Instead of using a regex, consider setting the record separator $/ to the string "Job Opportunities" when reading your data from a file (or split your data using this as the separator). The last item in the result will be what you are looking for.