Mass Deface
If the debug mode is enabled (C<$debug> and C<$verbose>), report the
C<@message> on C, signed with the name of the program.
=cut
# &debug(@MESSAGE)
# ----------------
# Messages displayed only if $DEBUG and $VERBOSE.
sub debug (@)
{
print STDERR "$me: ", @_, "\n"
if $verbose && $debug;
}
=item C
Wrapper around C. In addition to
the user C