http://qs1969.pair.com?node_id=217624


in reply to Re: ActiveState's PerlApp is causing an odd problem with IO:Socket
in thread ActiveState's PerlApp is causing an odd problem with IO:Socket

Um. I guess I'm not being clear enough. Thanks for the suggestions, but no joy here.

When I saw the problem the first thing I tried was to put in a "use IO::Select", then a "require IO::Select" to see if that made a difference. It didn't. Importantly in all cases PerlApp is still smart enough to find the dependent module and tell us:

Adding Module: e:/Perl/lib/IO/Socket.pm Adding Module: e:/Perl/lib/IO/Select.pm

The problem isn't that the module isn't there, it's that for some reason the standalone exe is having trouble doing the "method call" to that module, but when using regular perl libraries, install environment, whatever it works fine.

So, any other ideas?

  • Comment on Re: Re: ActiveState's PerlApp is causing an odd problem with IO:Socket
  • Download Code