Description quit the program Output
type none description none
Description read message on the socket Output
type boolean description 1 on success, 0 otherwise Parameters
$size type $INTEGER description size of message to read $dest type ref description reference on a IO::Handle where write
Description read message on handle $src and write in $dest Output
type boolean description 1 on success, 0 otherwise Parameters
$src type ref description reference on a IO::Handle where read $size type $INTEGER description size of message to read $dest type ref description reference on a IO::Handle where write
Description read data from $src and write on handle $dest Output
type boolean description 1 on success, 0 otherwise Parameters
$mode type $STRING description the mode header $dest type ref description reference on a IO::Handle where write $src type ref description reference on a IO::Handle where read
Description start the dialog between client and server Output
type none description none Parameters
$new_socket type ref description reference to a IO::Handle inheriting object where read/send data
Description call a function Output
type boolean description 1 on success, 0 otherwise Parameters
$func type pointeur to %HASH description function hashtable $param type pointeur to %HASH description parameters for the called function
Description print error and kill the process Output
type none description none
Description function used when a client connect on the server at the first time Output
type $INTEGER description 1 on success, 0 otherwise
Description read a line on the socket and return it Output
type $STRING description the next line
Description function used when a client reconnect on the server Output
type $INTEGER description 1 on success, 0 otherwise
Description send data with 'high' protocol Output
type boolean description 1 on success, 0 otherwise Parameters
$hash type pointeur to %HASH description hash used to know how to send data $result type pointeur to %HASH description hash where data to send are written $func type pointeur to %HASH description function hashtable
Description send data with 'high' protocol Output
type boolean description 1 on success, 0 otherwise Parameters
$hash type pointeur to %HASH description hash used to know how to send, and what data send $input type ref description reference on a IO::Handle where read data
Description verify the user password Output
type $INTEGER description 1 on success, 0 otherwise
Description wait new procedure call Output
type none description none