Help for this page

Select Code to Download


  1. or download this
    $self->{START} = Emitter->new();
    $self->{FAIR} = Emitter->new();
    ...
    $self->{START}->transitions( { $self->{FAIR} => 0.5,
                                   $self->{LOADED} => 0.5 } );
    
  2. or download this
    $self->{START}->transitions( { "Emitter=HASH(0x12345678)" => 0.5,
                                   "Emitter=HASH(0xABCDABCD)" => 0.5 } );