Algorithm-SixDegrees
view release on metacpan or search on metacpan
samples/ljc.pl view on Meta::CPAN
It will then try to connect the two LiveJournal users given on the
command line.
=head1 WEB VERSION
A web version of this utility is at
L<http://www.petekrawczyk.com/lj_connect/>. It has extra options,
and will show the users as it progresses. You may not get the same
result on the web version as this sample, but they should both be
equivalent lengths.
=cut
use warnings;
use strict;
use vars qw/$agent/;
use Algorithm::SixDegrees;
use LWP::UserAgent;
( run in 0.275 second using v1.01-cache-2.11-cpan-65fba6d93b7 )