WWW::Page::Author - locates the author of a web page


WWW-Page-Author documentation  | view source Contained in the WWW-Page-Author distribution.

Index


NAME

Top

WWW::Page::Author - locates the author of a web page

SYNOPSIS

Top

    use WWW::Page::Author;
    my $pa = WWW::Page::Author->new;
    print $pa->get_author('http://www.apple.com/');

DESCRIPTION

Top

The WWW::Page::Author module attempts to determine the author of a web page. It does this by examining the HTTP headers, HTML headers and the body of the HTML document.

METHODS

Top

WWW::Page::Author->new()

Creates a new author seeking object.

$pa->get_author($url)

Returns the author of the web page (or site) or undef. $url can either be an HTTP::Response object, a URI object or just a string URL.

AUTHOR

Top

Iain Truskett <spoon@cpan.org> http://eh.org/~koschei/

Please report any bugs, or post any suggestions, to either the mailing list at <perl-www@dellah.anu.edu.au> (email <perl-www-subscribe@dellah.anu.edu.au> to subscribe) or directly to the author at <spoon@cpan.org>

PLANS

Top

It needs to cater for more weird and unusual ways of putting dates on web pages.

COPYRIGHT

Top

ACKNOWLEDGEMENTS

Top

I would like to thank GRF for having me write this.

SEE ALSO

Top

Um.


WWW-Page-Author documentation  | view source Contained in the WWW-Page-Author distribution.