in reply to Re^2: I want to find a group of pattern in a xml file
in thread I want to find a group of pattern in a xml file
XML::Parser's parse() expects the XML in the string you pass it. If you want the module to open and parse a file, use the parsefile() method.
|
|---|