in reply to problem using pp with XML::Simple
$xdata probably contains the filename, "U:\Projects\sugar\Utils\sysmon.xml". Your script may not have read-access to that path. That's just one possibility. What happens if you try to open the file? I suspect that the open will also fail, but if you check the error message (in $!) you might get a more revealing explanation.
Dave
|
|---|