# Show the results of the send. This sub checks to # see if the array contains any addresses that it coulnd't send to and displays them: sub showresults{ print "

Showing Results

"; if (@notsent) { print "

Out of the following emails:"; print "
@to"; print "

The following were not sent:"; print "
@notsent
"; } else { print "

Emails successfully sent to these addresses:"; print "
@to
"; } print "

Return to the Account Management Area

"; print "

Visit the Script Repository

"; }