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

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

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'.

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.

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