http://qs321.pair.com?node_id=582813


in reply to Re^2: XMLin is not identifying the input file name passed to it
in thread XMLin is not identifying the input file name passed to it

oops! I meant

$data = $xml->XMLin($file, SearchPath => ['.']);

But that's not the error your getting. What version are you using? It might have been called searchpath in your version.

$data = $xml->XMLin($file, searchpath => ['.']);