Let's see.... Readme for CGI::Session says
  ID GENERATORS
    Following ID generators are available:
    *   MD5 - generates 32 character long hexidecimal string. Requires
        Digest::MD5. Full name: CGI::Session::ID::MD5.
Do you have Digest::MD5 installed?   Using PPM I see
PPM> search md5
Packages available from http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMS
erver:
Digest-MD5    2.27 Perl interface to the MD5 Algorithm
Packages available from http://ppm.ActiveState.com/cgibin/PPM/ppmserver.pl?urn:/PPMServer:
Digest-Perl-MD5 1.5 Perl Implementation of Rivest's MD5 algorithm
Note that Digest-MD5 is available from a different site than ActiveState.   Depending on the ActivePerl version you have you would set PPM to use one of Randy Kobe's two PPM-package directories.   I use the 6xx one, which you can add to PPM using:
set repository RK http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver +?urn:/PPMServer

But I am very much worried that CGI::Session was not installed correctly to begin with.   CGI:Session::File is _part_ of that package.   If parts of the package were not installed in the right places who knows what else might be wrong.   I think you should go back and figure out what the _first_ problem was...


In reply to Re: Re: Re: CGI::Session and ActivePerl problem by shenme
in thread CGI::Session and ActivePerl problem by qadwjoh

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.