Help for this page

Select Code to Download


  1. or download this
    ## a dispatch table in the form state => CODEref
    my %operation = (
    ...
    
        $operation->{$State}->();  # dereference and execute op for this S
    +tate
    }