can yall check this out
|
Go4Expert Member
|
|
| 23Oct2007,07:16 | #1 |
|
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
|
|
Team Leader
|
![]() |
| 23Oct2007,10:26 | #2 |
|
Download the package from http://search.cpan.org/~szabgab/Net-...b/Net/RawIP.pm and then untar it's contents, copy the files in 'lib' folder to your local lib path.
|
|
Go4Expert Member
|
|
| 23Oct2007,11:05 | #3 |
|
Go through
http://aspn.activestate.com/ASPN/doc...Perl-faq2.html and http://aspn.activestate.com/ASPN/doc...html#zip_files http://aspn.activestate.com/ASPN/doc...tml#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) |

