|
NAMEWWW::Mixi::Scraper::Plugin::ViewMessage DESCRIPTIONThis is equivalent to WWW::Mixi->parse_view_message(). METHODscrapereturns a hash reference such as {
subject => 'title of the message',
image => 'http://img.mixi.jp/photo/member/xx/xx/xxx_xxx.jpg',
link => 'http://mixi.jp/show_friend.pl?id=xxx',
name => 'someone',
time => 'yyyy-mm-dd hh:mm',
description => 'message body',
}
AUTHORKenichi Ishigaki, <ishigaki at cpan.org> COPYRIGHT AND LICENSECopyright (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.
|