in reply to ActiveState's PerlApp is causing an odd problem with IO:Socket
The canonical way to solve that problem is to explicitly "use" the module somewhere in your script (preferrably with a little note about PerlApp acting up). But from "IO::Select module is being added at compile time" I take it that you already do that.
What if you "add" or "bind" the file manually with a command line option?
perlapp -h for syntax.
/J
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: ActiveState's PerlApp is causing an odd problem with IO:Socket
by lclemmer (Initiate) on Dec 04, 2002 at 23:21 UTC |