Description Analyse a request and transform this in two hashtables Parameters
$stream type $IO::Scalar description the stream where read
Description print the hashtable in a stream object (see the protocol Output
type boolean description 1 on success, 0 otherwise Parameters
$output type ref description reference to the stream to use $hash type pointeur to %HASH description the hashtable what to print in the stream
Description decode a string from base 64 Output
type $STRING description the decoded string Parameters
$data type $STRING description the string to encoded in base 64
Description encode a string to base 64 Output
type $STRING description the encoded string Parameters
$data type $STRING description the string to encode to base 64
Description concat data in a string Output
type $STRING description the data separated by a ',' Parameters
$list type pointeur to @ARRAY description the list to concat $encode type boolean description 1 if each data must be base64 coded before to
Description decompose a line and put it in a hashtable Output
type boolean description 1 on success, 0 otherwise Parameters
$line type $STRING description the string to analyze $ht type pointeur to %HASH description the hash table where data are put $hash_key type pointeur to %HASH description hashtable which contains keys path $hash_value type pointeur to %HASH description hashtable which contains values
Description Encode a line Output
type $STRING description the encoded line Parameters
$ref type $STRING description the line to encode (might be not defined)
Description print a hashtable in a stream object Output
type boolean description 1 on success, 0 otherwise Parameters
$hash_table type pointeur to %HASH description the hashtable to print in a stream $output type ref description reference to the stream to use
Description return a 2 lists of encoded keys and values. Output
type @ARRAY description containing two references of arrays; the first is a list Parameters
$root type $STRING description the prefix path $ht type pointeur to %HASH description the hash table to print
Description Add to the hashtable, new hash tables ($hash_key, $hash_value) Output
type boolean description 1 on success, 0 otherwise Parameters
$hash_table type pointeur to %HASH description the hashtable on which we add informations $hash_key type pointeur to %HASH description the hashtable containing the keys $hash_value type pointeur to %HASH description the hashtable containing the values
Description verify the integrity of the request on hashtables Output
type boolean description 1 on success, 0 otherwise Parameters
$hash_key type pointeur to %HASH description the hashtable containing the keys of hashtables $hash_value type pointeur to %HASH description the hashtable containing the value of