Calle Dybedahl > Net-Lyskom-1.1 > Net::Lyskom::Object

Download:
Net-Lyskom-1.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

  Object - Net::Lyskom::Object

SYNOPSIS ^

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

DESCRIPTION ^

Ur-object from which all other Net::Lyskom object inherits. Is not particularly useful on its own.

Methods

->as_string

Returns the current object as a string, serialized via Data::Dumper. Mostly useful for debugging purposes.

->gen_call_boolean($call,@args)

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.

->gen_call_scalar($call,@args)

As the previous, except that it returns a simple scalar from the server call.