- or download this
$VAR1 = {
'hostname' => 'host123'
...
'cpu' => '4'
'memory' => '16'
};
- or download this
$VAR1 = {
'memory' => '16'
};
- or download this
use warnings;
use strict;
...
return +{ Return => "OK" };
}
- or download this
<message name="sendData">
<part name="hostname" element="xsd:string"/>
...
<part name="cpu" element="xsd:string"/>
<part name="memory" element="xsd:string"/>
</message>
- or download this
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel
+ope/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<soapenv:Header/>
...
<xs:string>16</xs:string>
</soapenv:Body>
</soapenv:Envelope>
- or download this
$VAR1 = {
'hostname' => 'host123'
...
'cpu' => '4'
'memory' => '16'
};
- or download this
$VAR1 = {
'memory' => '16'
};
- or download this
$VAR1 = bless( {
'_protocol' => 'HTTP/1.1',
...
..
..
..