in reply to Re: •Re: Can I include a package as part of my script?
in thread Can I include a package as part of my script?

"loadable object" is a bad sign. It means that portions of the code are C-compiled. Ugh. You might be able to get by with PAR, so look in to that.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Re: •Re: Can I include a package as part of my script?