Help for this page

Select Code to Download


  1. or download this
    sub new { my $class = shift; my $s = {}; bless $s, $class;
      
     $s->{Laboratory}  = new MotionSensorB('Laboratory',  'senMotion_H2_S1
    +');
    ...
    
     return $s;
    }
    
  2. or download this
    sub event { my $c = shift;
    
     foreach my ??? (???) {
      print ??? . "\n";
      
    }