The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::Mixi::Scraper::Plugin::ViewEvent

DESCRIPTION

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

METHOD

scrape

returns a hash reference such as

{
  subject => 'title of the event',
  link => 'http://mixi.jp/view_event.pl?id=xxx',
  time => 'yyyy-mm-dd hh:mm',
  date => 'yyyy-mm-dd',
  deadline => 'sometime soon',
  location => 'somewhere',
  description => 'event description',
  name => 'who plans',
  name_link => 'http://mixi.jp/show_friend.pl?id=xxx',
  list => {
    count => '8人',
    link => 'http://mixi.jp/list_event_member.pl?id=xxx&comm_id=xxx',
    subject => '�加者一覧を見る',
  },
  comments => [
    {
      subject     => 1,
      name        => 'commenter',
      name_link   => 'http://mixi.jp/show_friend.pl?id=xxxx',
      link        => 'http://mixi.jp/view_event.pl?id=xxxx#1',
      time        => 'yyyy-mm-dd hh:mm',
      description => 'comment body',
    }
  ]
}

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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 170:

Non-ASCII character seen before =encoding in ''8人','. Assuming CP1252