#! /usr/bin/perl -W
use strict;
use 5.010;
sub heading;
# A script that allows a user to perform system administration tasks
# Programmer name: Michael A. Gregor
# Course: COSC 146
# Lab#: 7
# Due Date: 3/10/16
# lab7.pl
my %accounts = (tom => "BigApple");
my %types = (tom => "admin");
my $choice;
my ($userID, $passwd, $type);
my @userID = $userID;
# call the function named 'heading' to display the output heading
heading;
my $menu = <