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

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::ListBookmark

DESCRIPTION ^

This would be equivalent to WWW::Mixi->parse_list_bookmark(). (though the latter is not implemented yet as of writing this)

METHOD ^

scrape

returns an array reference of

  {
    id         => 3755394,
    name       => 'ぼくちん',
    link       => 'http://mixi.jp/show_friend.pl?id=3755394',
    last_login => '5分以内'、
  }
  }

AUTHOR ^

Tomohiro Hosaka <bokutin@cpan.org>

COPYRIGHT AND LICENSE ^

Copyright (C) 2008 by Tomohiro Hosaka.

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