Help for this page

Select Code to Download


  1. or download this
    Dumping$VAR1 = {
              'data' => [
    ...
                            'ID' => 33,
                            'State' => 'Stopped'
                          }
    
  2. or download this
    foreach my $value (sort keys $states->{data}) {
            if ($value == 15) {
    ...
            print "CurrentState; [$CurrentState]\n";
        }    
        }