Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: XML::Simple error in compiled script

by Scrat (Monk)
on Sep 10, 2007 at 13:43 UTC ( [id://638069]=note: print w/replies, xml ) Need Help??


in reply to XML::Simple error in compiled script

Resolution to the problem:

Add the following code to the start of your script and compile it again:

#perl2exe_include "XML/Parser/Style/Tree.pm"; #perl2exe_include utf8; #perl2exe_include "unicore/lib/gc_sc/Word.pl"; #perl2exe_include "unicore/lib/gc_sc/Digit.pl"; #perl2exe_include "unicore/lib/gc_sc/SpacePer.pl"; #perl2exe_include "unicore/To/Lower.pl"; #perl2exe_include "unicore/To/Upper.pl"; #perl2exe_include "unicore/To/Digit.pl"; #perl2exe_include "unicore/To/Fold.pl"; #perl2exe_include "unicore/To/Title.pl";

Cheers

Replies are listed 'Best First'.
Re^2: XML::Simple error in compiled script
by Smaug (Pilgrim) on Sep 10, 2007 at 14:16 UTC
    Hello,

    Thanks Scrat that worked a treat!
    Regards,
    Smaug.
    Peddle faster monkeys!! I need more power!!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://638069]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-04-18 19:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found