NAME

Net::Plurk::Dumper - Dump plurks

VERSION

Version 0.01

SYNOPSIS

use Net::Plurk::Dumper;

my $p = Net::Plurk::Dumper->new(
        id => 'c9s'
);

my $plurks = $p->fetch_plurks;

for ( @$plurks ) {
    use Data::Dumper::Simple;
    warn Dumper( $_ );
}

DESCRIPTIONS

Net::Plurk::Dumper use JavaScript::SpiderMonkey ( spidermonkey library http://www.mozilla.org/js/spidermonkey/ ) to evaluate the plurk JS code (the JSON contains Date Object) , it should be invalid JSON. or we should call it JS not JSON.

so that you will need spidermoneky and JavaScript::SpiderMonkey installed to use this module.

Accessors

settings

FUNCTIONS

Net::Plurk::Dumper->new ( id => USERID )

LIST_REF = $self->fetch_plurks

AUTHOR

Cornelius, <cornelius.howl at gmail.com>

BUGS

Please report any bugs or feature requests to bug-net-plurk-dumper at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-Plurk-Dumper. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Net::Plurk::Dumper

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 Cornelius, all rights reserved.

This program is released under the following license: Perl