Ask a Question related to PERL Beginners, Design and Development.
-
Derek Byrne #1
Re : Installing CPAN Perl Modules with Activestate Perl 5. v5.8
Hi,
In the process of trying to get perl modules installed, I downloaded over
300 Activestate specific perl modules and they work fine (of the ones I've
used).
Now, I've read somewhere that the perl modules which are located on CPAN
are not directly compatible with ActiveState's version of Perl, without the
use of a make program..
I'm running Perl on Win2k.. which tools do I need?
db
************************************************** **********************
Meteor web site [url]http://www.meteor.ie[/url]
************************************************** **********************
Derek Byrne Guest
-
General question on CPAN perl modules
I am sorry if the following questions are very basic. I have been using Matlab for a long time and don't have much experience outside Matlab. I... -
download Modules from CPAN and then load into Perl Question
Hello, I am still in the first week or 2 of trying to learn Perl and get my servers patched to what I need. I have a question about the Perl... -
PPM3 Activestate Perl (and CPAN on Win32)
> What rpm repositories does everyone use with ppm? Here are a few I know of: http://theoryx5.uwinnipeg.ca/ppms/ <-- many CGI/Apache/DBI/GD... -
Perl 5.8.1 and Installing Modules
Hi All, I have just installed Perl 5.8.1 and am trying to install some modules via CPAN. When I install the module, it always says that it has... -
installing perl modules via ftp
My Web host won't install the WebDB::Session module from Paul DuBois's Book MySQL and Perl for the Web, but told me I could install it to my account... -
R. Joseph Newton #2
Re: Re : Installing CPAN Perl Modules with Activestate Perl 5. v5.8
Derek Byrne wrote:
More accurate to say that they are difficult to get [or possibly inaccesible]> Hi,
> In the process of trying to get perl modules installed, I downloaded over
> 300 Activestate specific perl modules and they work fine (of the ones I've
> used).
> Now, I've read somewhere that the perl modules which are located on CPAN
> are not directly compatible with ActiveState's version of Perl, without the
> use of a make program..
> I'm running Perl on Win2k.. which tools do I need?
>
> db
through PPM. PPM uses modules already packaged for the target OS. Perl still
has the CPAN shell utility for accessing modules from or through the CPAN site.
One caveat on using the CPAN shell:
On the first run, the shell will offer manual configuration, with a default of
"Yes". Just say "No".
Manual configuaration is for those who have specialized needs for their Perl
configuration. Much better to let the CPAN shell figure out for itself what
local facilities are needed for its proper functioning. These options can
later be adjusted from the shell, using the "o conf [OPT]" command.
your_prompt> perl -MCPAN -e shell
cpan shell -- CPAN exploration and modules installation (v1.61)
ReadLine support available (try 'install Bundle::CPAN')
cpan> help
...will get you started.
HTH,
Joseph
R. Joseph Newton Guest



Reply With Quote

