Net::Traceroute

Perl-based Traceroute functionality
Download

Net::Traceroute Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Daniel Hagerty
  • Publisher web site:
  • http://search.cpan.org/~hag/

Net::Traceroute Tags


Net::Traceroute Description

Perl-based Traceroute functionality Net::Traceroute offers traceroute functionality in Perl.SYNOPSIS use Net::Traceroute; $tr = Net::Traceroute->new(host=> "life.ai.mit.edu"); if($tr->found) { my $hops = $tr->hops; if($hops > 1) { print "Router was " . $tr->hop_query_host($tr->hops - 1, 0) . " "; } }This module implements traceroute(1) functionality for perl5. It allows you to trace the path IP packets take to a destination. It is currently implemented as a parser around the system traceroute command. Requirements: · Perl


Net::Traceroute Related Software