
WWW::Reddit - Perl extension for http://www.reddit.com, this module has been obsoleted and replaced by the Reddit module

use Reddit;
# $username, $password, [$subreddit]
$r = Reddit->new('Foo', 'Bar', 'Perl');
# optionally, you may specify $username, $passwd and $subreddit here
$r->login;
# $title, $url, [$subreddit]
# This overrides a subreddit set previously
$r->submit_link( 'Test', 'http://example.com', 'NotPerl');

Perl module for interacting with Reddit.
This module is still largely inprogress.
common::sense LWP::Simple LWP::UserAgent JSON HTTP::Cookies For Testing: Data::Dumper
None.

https://github.com/reddit/reddit/wiki

Jon A, <info[replacewithat]cyberspacelogistics[replacewithdot]com>

Copyright (C) 2011 by jon
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.4 or, at your option, any later version of Perl 5 you may have available.