NAME

fingerw - WWW::Finger command-line tool

SYNOPSIS

fingerw [options] identifier

Options:
  --help, -h         this help message
  --format=F, -f F   output format
  --verbose, -v      increase verbosity
  --module=I, -M I   use extra module

The identifier should be an e-mail-like URI.

OPTIONS

--help

Prints a brief help message and exits.

--format

Sets the output format. Currently supported are 'text' (a human readable plain text output - the default), 'vcard' (vCard 3.0), 'xml' (RDF/XML) and 'nt' (N-Triples);

The amount and type of data returned may vary depending on which format is chosen.

--module

Extra module to attempt in addition to WWW::Finger::Webfinger and WWW::Finger::Fingerpoint.

Examples:

fingerw -M '+CPAN' -f vcard tobyink@cpan.org
--verbose

Shows debugging messages.

AUTHOR

Toby Inkster, <tobyink@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Toby Inkster

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.1 or, at your option, any later version of Perl 5 you may have available.