FreeBSD Manual Pages
Protocol::XMLRPC::ValuUser Contributed Perl DocumentProtocol::XMLRPC::Value(3) NAME Protocol::XMLRPC::Value - a base class for scalar values SYNOPSIS package Protocol::XMLRPC::Value::Boolean; use strict; use warnings; use base 'Protocol::XMLRPC::Value'; ... 1; DESCRIPTION This 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. perl v5.32.1 2011-05-05 Protocol::XMLRPC::Value(3)
NAME | SYNOPSIS | DESCRIPTION | ATTRIBUTES | METHODS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Protocol::XMLRPC::Value&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>