in reply to Parsing a line from a line with one line of perl code.

While the regular expression to achieve this may be simple, I implore you to use XPath (say with XML::XPath) to access data in XML documents.

-David

  • Comment on Re: Parsing a line from a line with one line of perl code.