in reply to Re: (Date::) Re: Two Weeks
in thread Two Weeks

If you are using ActiveState's Perl for Win32, use PPM. If you are having trouble in Unix, as an alternative to perl -MCPAN -e shell try:
  1. Download the module from CPAN.
  2. Extract the files with tar.
  3. Descend into the module directory and run:
    perl Makefile.PL && make && make check && make install

And that should do it!

Alakaboo
"Who gave HIM a Perl interpreter?!"

Replies are listed 'Best First'.
Re: Re: Re: (Date::) Re: Two Weeks
by $code or die (Deacon) on Nov 21, 2000 at 00:05 UTC
    With ActiveState, Date::Calc is already installed