It looks like XML, but if it is intended as such, it's not valid. I doubt, you will succeed in parsing this data. If it is intended to be XML, use something like
XLM::Parser or an other XML-related module. If you realy want to use RE's, you should begin with reading up on them, see perldoc
perlretut and
perlre for more information.