Ask a Question related to PERL Modules, Design and Development.
-
Jac #1
Newbie on using Modules
I've been programming in Perl for a while, but I'm just starting to use
(or try to use) the modules from CPAN. I'm having difficulty
understanding a couple things:
1) How do I display the installed modules on UNIX
2) Is it possible to get a module that requires no "C"
compilation?
3) How do I use CPAN.pm?
I could use some "pointing" in the right directions.
thanks
Jac
Jac Guest
-
Newbie: Bundling Perl script and modules in a Mac OS X app?
Is it possible to bundle a Mac OS X application with a Perl script and a number of required modules, stored in the application package (folder... -
Newbie: Where to install/put my own modules?
I have a module which I wrote myself and works fine from the command line (i.e., logged in as me) but trying to use it in my web page generation... -
Modules for XS.
I need to call C functions from my Perl code, which requires XS. Since I never used it before, I want to know what modules need to be installed in... -
[Newbie] "failed ro read /modules/mosules-info"
Sorry, Subject should have read "failed ro read /modules/modules-info" On Fri, 27 Jun 2003 10:44:09 +0200, St Bernard... -
V Newbie: Installing Perl modules
I'm a v newbie who is trying to run the checklink thingy (http://validator.w3.org/checklink) I've installed ActivePerl and example.pl ran ok. ... -
Brian McCauley #2
Re: Newbie on using Modules
Jac wrote:See FAQ: "How do I find which modules are installed on my system?"> I've been programming in Perl for a while, but I'm just starting to use
> (or try to use) the modules from CPAN. I'm having difficulty
> understanding a couple things:
> 1) How do I display the installed modules on UNIX
BTW: the purpose of a FAQ is not just to passively list the questions
that are frequently asked. People are then encouraged, when they have a
question, to look in the FAQ to see if it Frequently Asked.
Yes. Indeed most modules require no C compilation.> 2) Is it possible to get a module that requires no "C"
> compilation?
On the other hand if you are really asking if it's possible to get a
precompiled version of a module that does need C complation then that
is possible for some platforms. Note that when you get a precompiled
module you need to get it for the right OS, processor architecture, C
compiler and maybe even C RTL.
However if you want precompiled Perl modules you probably got a
precompiled Perl and the place where you got that will probably have
many precompiled modules. As far as I know you need to use a different
package manager like RPM or PPM.
That's rather vauge. Could you be more precide about what part of the> 3) How do I use CPAN.pm?
documentation are you finding difficulty understanding?
[url]http://perldoc.perl.org/CPAN.html[/url]
Brian McCauley Guest
-
Mumia W. #3
Re: Newbie on using Modules
Jac wrote:
perldoc -q installed> I've been programming in Perl for a while, but I'm just starting to use
> (or try to use) the modules from CPAN. I'm having difficulty
> understanding a couple things:
> 1) How do I display the installed modules on UNIX
perldoc CPAN> 2) Is it possible to get a module that requires no "C"
> compilation?
> 3) How do I use CPAN.pm?
You're welcome.> I could use some "pointing" in the right directions.
> thanks
> Jac
>
Mumia W. Guest



Reply With Quote

