
Object - Net::Lyskom::Object

use base qw{Net::Lyskom::Object};

Ur-object from which all other Net::Lyskom object inherits. Is not particularly useful on its own.
Returns the current object as a string, serialized via Data::Dumper. Mostly useful for debugging purposes.
Sends call number $call with arguments @args to the server. Returns undef if the server indicates a failure and the object itself if it indicates success.
As the previous, except that it returns a simple scalar from the server call.