Re : Installing CPAN Perl Modules with Activestate Perl 5. v5.8

Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: Re : Installing CPAN Perl Modules with Activestate Perl 5. v5.8

    Derek Byrne wrote:
    > 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
    More accurate to say that they are difficult to get [or possibly inaccesible]
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139