Kenichi Ishigaki > WWW-Mixi-Scraper > WWW::Mixi::Scraper::Plugin::ShowLog

Download:
WWW-Mixi-Scraper-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

WWW::Mixi::Scraper::Plugin::ShowLog

DESCRIPTION ^

This is equivalent to WWW::Mixi->parse_show_log().

METHOD ^

scrape

returns an array reference of

  {
    link => 'http://mixi.jp/show_friend.pl?id=xxxx',
    name => 'someone',
    time => 'yyyy-mm-dd hh:mm'
  }

AUTHOR ^

Kenichi Ishigaki, <ishigaki at cpan.org>

COPYRIGHT AND LICENSE ^

Copyright (C) 2007 by Kenichi Ishigaki.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.