I tried to install Time-piece in my machine (windows XP, perl 5.8.8 and build 820)

Go to C:\perl\bin\ppm....you will get a ppm window opened.
In that go to Edit -> Preferences -> Repositories -> Add.

Then Add the below lines.
http://ppm4.activestate.com/MSWin32-x86/5.8/820/package.xml
http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/

In the main screen of ppm window, you have 4 options
View all packages, View installed packages,View upgraded packages, View packages to install/remove.

Click view all packages, then type time-piece in the search, once you got the module displayed, right click on it and click install. Then press Ctrl+Enter for installation of module.

You will see the below message after successfull installation.

Time-Piece marked for install
Installing package ...
Downloading Time-Piece-1.11 ... done
Unpacking Time-Piece-1.11 ... done
Generating HTML for Time-Piece-1.11 ... done
Updating files in site area ... done
Installing package done

and the details are

Time-Piece
Object Oriented time objects
Version: 1.11
Author: Matt Sergeant (msergeant@cpan.org)
CPAN: http://search.cpan.org/dist/Time-Piece-1.11/

Installed files:
C:/Perl/html/site/lib/Time/Piece.html
C:/Perl/html/site/lib/Time/Seconds.html
C:/Perl/site/lib/Time/Piece.pm
C:/Perl/site/lib/Time/Seconds.pm
C:/Perl/site/lib/auto/Time/Piece/.packlist
C:/Perl/site/lib/auto/Time/Piece/Piece.bs
C:/Perl/site/lib/auto/Time/Piece/Piece.dll
C:/Perl/site/lib/auto/Time/Piece/Piece.exp
C:/Perl/site/lib/auto/Time/Piece/Piece.lib

In reply to Re: Error when install module in windows by sago
in thread Error when install module in windows by ashokpj

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.