The XML2JSON package is not getting loaded when I execute my program. I'm getting the following error:
Can't locate object method "new" via package "XML::XML2JSON" (perhaps you forgot
to load "XML::XML2JSON"?) at jsontoxml.pl line 6.
|
1
|
|
|
|
Do you have a line
in your program? Did you install the software OK? |
||
|
|
|
Check that you can use the XML::XML2JSON module from the command line
If that gives error messages, then the module isn't installed properly. If it doesn't then there's some fault either with your script or the way you're executing it. |
||
|
|
use XML::XML2JSON;Meteor could have realized this if he had tried to come up with the shortest script that still exhibited the problem. 2) How to install XML2JSON package? For this part, the most useful answer (be it use ppm or use pacman or use cpan) depends on the OS/platform information. – Sinan Ünür Oct 20 at 13:57XMLandJSON. For your own good. – Sinan Ünür Oct 20 at 13:58