WWW::Yahoo::Groups WWW::Yahoo::Groups retrieves messages from the archive of Yahoo Groups. It provides a simple OO interface to logging in and retrieving said messages which you may then do with as you will. For installation details, see INSTALL. For usage, see the doco. Either use perldoc or view it on the web at: Changes for 1.7.4 (10 Oct 2002) - Tabs in MANIFEST now spaces. - loggedin() added. Returns if one is logged in or not. - lists() added. Based on code from Simon Hanmer. - Documentation for list() clarified. - New exceptions 'NotLoggedIn' and 'AlreadyLoggedIn'. - Typo of 'gruop' instead of 'group' fixed. - Tests for lists() and loggedin() added. - login() throws an exception if one is already logged in. - TODO list expanded for better re-login() handling. by Iain Truskett.