in reply to String::CRC32 Pure Perl Implementation


Option 1
http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/

Option 2
http://search.cpan.org/~soenke/String-CRC32-1.4/CRC32.pod

Option 3
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.
  • Comment on Re: String::CRC32 Pure Perl Implementation

Replies are listed 'Best First'.
Re^2: String::CRC32 Pure Perl Implementation
by iamdaboss (Novice) on Jul 02, 2007 at 18:47 UTC
    Thank you all. I'll look into it