palkia has asked for the wisdom of the Perl Monks concerning the following question:

hi

I used the pp module (this one) to convert my perl code to exe.
Not sure why but only the very simplest conversion actually works, and only when there are no spaces in the file's name.
But the problem I'm facing is that despite (after conversion) everything still works, with the one exception is getting online data with (this) WWW:Mechanize (only used the 'new' and 'get' function, and only called for the 'new' in the "use" line).
(technically I also used feature 'state', but no visible problems there so far)
My code works perfetly as pl, why not exe ?

Can anyone guess what could be the problems and how can it be fixed ?
thx

p.s: how is it that Padre doesn't have a perl2exe option ?
isn't that the only way to allow other computers (which can't be assumed to have a perl program like Padre) to use perl programs???

thx again

Replies are listed 'Best First'.
Re: pp module + Mechanize module = error
by Anonymous Monk on May 10, 2011 at 01:50 UTC