Help for this page

Select Code to Download


  1. or download this
    sub menu {
        return int(rand(4)+1);
    ...
            $m->[$choice]->[1]->();
        } while( $choice != 4 );
    }
    
  2. or download this
    our $current_menu;
    
    ...
            $current_menu->[$choice]->[1]->();
        } while( $choice != 4 );
    }