Code Comments
Programming Forum and web based access to our favorite programming groups.All: Is this module downloadable in executable form; or, is it only available for download in source code? I need it for Linux. Thank you. Keith Lee
Post Follow-up to this messageIn article <pan.2008.03.27.23.55.53@yahoo.com>, Keith Lee <cmarvel2000@yahoo.com> wrote: > All: > Is this module downloadable in executable form; or, is it only available for > download in source code? I need it > for Linux. Thank you. There is a "Device::Modem" module available at search.cpan.org. Like all Perl CPAN modules, it is available there in source form: <http://search.cpan.org/~cosimo/Devi...evice-Modem.pod> There really isn't any such thing as an executable Perl module. You have to go to some trouble to package an executable Perl program as a stand-alone binary, and I don't see how that would even apply to modules. There may be some way to save and distribute Perl byte code for a module, but that is not usually done. FYI: this newsgroup is defunct. Try comp.lang.perl.misc for general Perl questions and comp.lang.perl.modules for questions on Perl modules. -- Jim Gibson Posted Via mcse.ms Premium Usenet Newsgroup Services ---------------------------------------------------------- ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY ** ---------------------------------------------------------- http://www.mcse.ms
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.