use E2::Room;
my $room = new E2::Room;
$room->login( "username", "password" ); # See E2::Interface
if( $room->load( "test" ) ) { # See E2::Node
print 'Room name: ' . $room->title; # See E2::Node
print '\nDescription: . $group->description;
print '\nYou ' .
($room->can_enter ? "can" : "can't") .
"enter.\n";
}
This module provides access to http://everything2.com's rooms. It inherits E2::Node.
new creates a new E2::Room object. Until that object is logged in in one way or another (see the E2::Interface manpage), it will use the ``Guest User'' account.
clear clears all the information currently stored in $room.
undef if no usergroup is loaded.
the E2::Interface manpage, the E2::Node manpage, http://everything2.com, http://everything2.com/
Jose M. Weeks <jose@joseweeks.com> (Simpleton on E2)
This software is public domain.