in reply to Re^2: www::mechanize executable
in thread www::mechanize executable

Have you inspected whether LWP::Protocol::https (and other dynamically loaded prerequisites of your script) are included in the generated executable?

Replies are listed 'Best First'.
Re^4: www::mechanize executable
by fixon (Initiate) on Oct 18, 2012 at 17:12 UTC

    I have tried adding what you suggested use LWP::Protocol::https to my code, but nothing has changed How can I verify allthe automatically generated dependencies for my code? Maybe the problem is only that... thank you