can yall check this out

Discussion in 'Perl' started by tunnelRat, Oct 23, 2007.

  1. tunnelRat

    tunnelRat New Member

    Joined:
    Oct 13, 2007
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    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
     
  2. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
  3. naveen

    naveen New Member

    Joined:
    Jun 2, 2005
    Messages:
    39
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Calcutta, India
    Home Page:
    http://naveenhere.blogspot.com
    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)
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice