@sneha9 You can check
here to see if something has been uploaded to the ppm repository. To install ppm modules, you will want to read
this.
My personal experience is that PPM lacks modules from CPAN due to porting issues. I migrated off of ActiveState Perl years ago and if I should ever need to develop on the Windows platform, I always use the
Strawberry Perl distribution. It installs perl modules directly from cpan, without the need for them to be ported to a proprietary, 3rd party installer. Unless you are tied to ActiveState's Perl distribution, you might want to check it out.
Regards,
Jeff