sup i was wonderin if you guys can help me out here on this forums ? i have a perl script but it requires Net::RawIP i whanna install that to perl but dont no have can u guys please tell me how i can do this when i try to download of ppm it and right search in ppm it says error connating ? can u guys tell me step by step how i can install Net::RawIP to perl so my script can run cause it wont without that module thx alot guys
Download the package from http://search.cpan.org/~szabgab/Net-RawIP-0.21/lib/Net/RawIP.pm and then untar it's contents, copy the files in 'lib' folder to your local lib path.
Go through http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/faq/ActivePerl-faq2.html and http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/faq/ActivePerl-faq2.html#zip_files http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/faq/ActivePerl-faq2.html#CPAN_shell If your module is available in Activestate PPM Repository, then the command `ppm install Net::RawIP` would install, else you have to invoke the cpan shell on command prompt by typing cpan and then fire `install Net::RawIP`. Alternatively you can download the zip file of the required module from http://ppm.activestate.com/PPMPackages/zips/ and install directly from the ppd file present in the zip using the ppm utility (See the links above)