Help for this page

Select Code to Download


  1. or download this
    sub till
    {
    ...
        return 0 if ($state < 1);          # init condition still false
        return $_[2 * ($state - 1)]->($_);
    }