The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Mixi::OO::Login - WWW::Mixi::OO's http://mixi.jp/login.pl class

SYNOPSIS

  my $page = $mixi->page('login');
  $page->do_login;

DESCRIPTION

login page handler

METHODS

uri

see parent class (WWW::Mixi::OO::Page).

do_login
  $page->do_login;

login to mixi.

SEE ALSO

WWW::Mixi::OO::Page, WWW::Mixi::OO::Session

AUTHOR

Topia <topia@clovery.jp>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Topia.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.