WWW::Finger

Get useful data from e-mail addresses
Download

WWW::Finger Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Toby Inkster
  • Publisher web site:
  • http://search.cpan.org/~tobyink/

WWW::Finger Tags


WWW::Finger Description

Get useful data from e-mail addresses WWW::Finger is a Perl module that's not an implementation of the finger protocol (RFC 1288). Use Net::Finger for that. Instead it is a set of implementations of other methods for getting information from an e-mail address, or e-mail-like identifier. This package includes four such implementations, and it's pretty easy to create your own additional implementations: * WebFinger * Fingerpoint * cpan.org scraper (for user@cpan.org) * Unnamed finger protocol described on bitworking.orgOnly the first two implementations are enabled by default. See "IMPLEMENTATIONS" on how to enable others, and for more details.SYNOPSIS use WWW::Finger; my $finger = WWW::Finger->new("joe@example.com"); if (defined $finger) { print $finger->name . "\n"; } Requirements: · Perl


WWW::Finger Related Software