Help for this page

Select Code to Download


  1. or download this
    sub mainMenu {
        my ($choice,$notice);
    ...
            }
        }
    }
    
  2. or download this
    sub accountMenu {
        my ($notice,$choice);
    ...
            }
        }
    }
    
  3. or download this
    sub addAccount {
        while (1) {
    ...
            }
        }
    }