Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    State s_name1
    # Transition t_name
    # State s_name2
    
  2. or download this
    $VAR1 = {
              'instance' => {
    ...
                            },
              'state' => 's_name1'
            };