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

NAME

Hoppy::User - User class, that simply stores user's information.

SYNOPSIS

  use Hoppy::User; 

  my $user = Hoppy::User->new( user_id => $user_id, session_id => $session_id );

  $user->user_id;
  $user->session_id;

DESCRIPTION

User class, that simply stores user's information. (user_id and session_id)

METHODS

AUTHOR

Takeshi Miki <miki@cpan.org>

LICENSE

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

SEE ALSO