|
NAMEProtocol::XMLRPC::Value - a base class for scalar valuesSYNOPSISpackage Protocol::XMLRPC::Value::Boolean; use strict; use warnings; use base 'Protocol::XMLRPC::Value'; ... 1; DESCRIPTIONThis is a base class for all scalar types. Used internally.ATTRIBUTES"value"Hold parameter value.METHODS"new"Returns new Protocol::XMLRPC::Value instance."to_string"String representation.
Visit the GSP FreeBSD Man Page Interface. |