- or download this
package Objects::Status; {
use Object::InsideOut;
...
Objects::StatusElement->new('Name' => $value);
}
}
- or download this
package Objects::StatusElement; {
use Object::InsideOut;
...
);
}
- or download this
my $unitStatus = Objects::Status->new(statuses => ['DataFileFound', 'I
+nfoFileFound', 'OtherStatus']);
- 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');