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


Hoobot documentation  | view source Contained in the Hoobot distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

AUTHOR

Top

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

Top

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

Hoobot::Page, Hoobot::Login


Hoobot documentation  | view source Contained in the Hoobot distribution.