NAME

Traceroute::Similar - Perl extension for looking up common hops

SYNOPSIS

use Traceroute::Similar;
my $ts = Traceroute::Similar->new();
print $ts->get_last_common_hop('host1.com', 'host2.org');

DESCRIPTION

This module calculates the furthest common hop from a list of host. The backend will be Net::Traceroute:PurePerl or Net::Traceroute or system tracerroute (sometimes root or sudo permission required).

AUTHOR

Sven Nierlein, <sven@nierlein.de>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Sven Nierlein

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.9 or, at your option, any later version of Perl 5 you may have available.