Help for this page

Select Code to Download


  1. or download this
    <errors>
      <error>
       <desc></desc>
      </error>
     </errors>
    
  2. or download this
    my $errorArray = $data->{errors};
            foreach my $error ( @{ $errorArray->{error} } ) {
                print NEW "$error->{desc}\n";
            }
    
  3. or download this
    HASH(0x7fb3d8973fa8)
    $VAR1 = {
              'desc' => 'Slave not running'
            };
    
  4. or download this
    ARRAY(0x7ffc84006ad0)
    $VAR1 = [
              {
    ...
                'desc' => 'TEST123'
              }
            ];