Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub menu_2 {
     ...
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
      return $next_action{$_} if exists $next_action{$_}
    }