chennaiite has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks
I am using below modules for my XML comparison.
use XML::SemanticDiff; use XML::SemanticCompare; use XML::LibXML;
I installed those modules and could be able to finish my coding. It worked fine.
I started converting the script into exe using perl2exe. It was successful but when I try to run the exe, I am getting the belwo error message,
Could not find ParserDetails.ini in PERL2EXE_STORAGE/XML/SAX Can't use string ("1") as a HASH ref while "strict refs" in use at PER +L2EXE_STORAGE/XML/SemanticDiff.pm line 147, <ACOUT> line 69.
Also I did include the modules(Ex. #perl2exe_include "XML/SemanticDiff.pm";) inside my perl script but no success. could you please help how to fix this issue?
Your help would be greatly appreciated.
Thanks,Chennaiite....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl2exe Error
by keszler (Priest) on Nov 19, 2009 at 11:57 UTC | |
by Anonymous Monk on Nov 20, 2009 at 10:41 UTC | |
by marto (Cardinal) on Nov 20, 2009 at 10:50 UTC | |
by keszler (Priest) on Nov 20, 2009 at 11:03 UTC | |
|
Re: perl2exe Error
by regexes (Hermit) on Nov 19, 2009 at 11:52 UTC | |
|
Re: perl2exe Error
by Anonymous Monk on Feb 01, 2016 at 16:45 UTC |