Benjamin Smith > Hoobot > Hoobot

Download:
Hoobot-0.5.0.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.5.0   Source  

NAME ^

Hoobot - Access h2g2 from the internet (a future WWW::H2G2/DNA)

SYNOPSIS ^

  use Hoobot;
  # download the status page and print it
  print Hoobot
    -> page('status')
    -> update
    -> response  # returns an HTTP::Response object
    -> content;

DESCRIPTION ^

The Hoobot is a set of modules for accessing the 'h2g2' website, now run by the BBC on their 'DNA' software. The Hoobot class is a container for data for the entire 'session'.

LICENSE AND COPYRIGHT ^

Copyright © Benjamin Smith, 2003. All right reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the licenses can be found in the Artistic and COPYING files included with this module.

AUTHOR ^

Benjamin Smith <bsmith@cpan.org>, also on irc as integral in #perl/freenode, and h2g2 itself, http://www.bbc.co.uk/dna/U183117.

SEE ALSO ^

http://www.bbc.co.uk/h2g2/

Hoobot::Page, Hoobot::Login