Ppeoc has asked for the wisdom of the Perl Monks concerning the following question:
I get the following error when I run the exe Can't locate XML/SAX/Expat.pm in @INC (@INC contains C:\Users\XXX\JUNK CODE(0x277843c) CODE(0x27788cc)) at (eval 33) line 1.) Based on some previous answers I tried to include thispp -o test2.exe exp.pl
Now I get a new warning Can't locate object method "new" via package "XML::SAX::PurePerl" So I tried to includepp -M XML::LibXML::SAX exp.pl
My code does not even run. I had to reinstall padre and start over again. Any idea how to fix this issue? I am very new to perl and this is my first time converting a pl file to exe. I am using Perl 5.14.2. Any ideas? Thanks Monks!pp -M XML::SAX::PurePerl exp.pl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Converting pl to exe
by soonix (Chancellor) on Feb 17, 2016 at 14:31 UTC | |
|
Re: Converting pl to exe
by RonW (Parson) on Feb 17, 2016 at 19:30 UTC | |
|
Re: Converting pl to exe
by Anonymous Monk on Feb 17, 2016 at 14:34 UTC |