Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
       'hostname' => 'host123'
    ...
       'cpu' => '4'
       'memory' => '16'
    };
    
  2. or download this
    $VAR1 = {
      'memory' => '16'
    };
    
  3. or download this
    use warnings;
    use strict;
    ...
            return +{ Return => "OK" };
    
    }
    
  4. 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>
    
  5. 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>
    
  6. or download this
    $VAR1 = {
       'hostname' => 'host123'
    ...
       'cpu' => '4'
       'memory' => '16'
    };
    
  7. or download this
    $VAR1 = {
      'memory' => '16'
    };
    
  8. or download this
    $VAR1 = bless( {
      '_protocol' => 'HTTP/1.1',
    ...
    ..
    ..
    ..