in reply to Re^3: PerlApp - Create exe for 32 bit from 64 bit
in thread PerlApp - Create exe for 32 bit from 64 bit

Thank you for the links. I have tried several variable inputs in the System Properties - Environment Variables. With the input

http://userID:password@ppm4.activestate.com/ap_index.txt:500

I get the following error in PerlApp

==E==http://ppm4.activestate.com/ap_index.txt: 500 Can't connect to ppm4.activestate.com:80 (connect: timeout)

  • Comment on Re^4: PerlApp - Create exe for 32 bit from 64 bit

Replies are listed 'Best First'.
Re^5: PerlApp - Create exe for 32 bit from 64 bit
by Anonymous Monk on Oct 31, 2012 at 07:58 UTC

    Do you work at activestate? I don't think your proxy is ...activestate.com

Re^5: PerlApp - Create exe for 32 bit from 64 bit
by Anonymous Monk on Oct 31, 2012 at 08:04 UTC
    Try one of these, you might get an idea of what your real proxy settings are

    LWP::UserAgent::ProxyAny - A LWP UserAgent supports both HTTP_PROXY and IE proxy

    HTTP::ProxyAutoConfig - use a .pac or wpad.dat file to get proxy information

    HTTP::ProxyPAC - use a PAC (Proxy Auto Config) file to get proxy info