Help for this page

Select Code to Download


  1. or download this
    package Objects::Status; {
      use Object::InsideOut;
    ...
             Objects::StatusElement->new('Name' => $value);
               }
      }
    
  2. or download this
    package Objects::StatusElement; {
      use Object::InsideOut;
    ...
    
        );
    }
    
  3. or download this
    my $unitStatus = Objects::Status->new(statuses => ['DataFileFound', 'I
    +nfoFileFound', 'OtherStatus']);
    
  4. or download this
    pushd @theObjectArray,  Objects::StatusElement->new('Name' => 'DataFil
    +eFound');
    pushd @theObjectArray,  Objects::StatusElement->new('Name' => 'InfoFil
    +eFound');
    pushd @theObjectArray,  Objects::StatusElement->new('Name' => 'OtherSt
    +atus');