Help for this page

Select Code to Download


  1. or download this
    my %FSM = ( First => { fail_a => 'Second',
                           fail_b => 'Third',
                           pass   => undef },  # we're done
                Second =>{ fail_c => 'Third',
                           pass   => undef ) );
    
  2. or download this
    package Base;
    
    ...
    }
    
    # ... and so on