X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/3e6b9e338fe5ea06b487202fe54217f2082cd13d..8b44ea28c7eb989926e06b0fd8b861e13af05a26:/modules/Output.pm?ds=sidebyside diff --git a/modules/Output.pm b/modules/Output.pm index e8d4bad..6139430 100644 --- a/modules/Output.pm +++ b/modules/Output.pm @@ -6,7 +6,7 @@ package Output; # HTML generating routines # # Author: Patrick Canterino -# Last modified: 09-22-2003 +# Last modified: 09-23-2003 # use strict; @@ -32,6 +32,7 @@ use base qw(Exporter); # htmlhead() # # Generate the head of a HTML document +# (a text/html HTTP header will also be created) # # Params: Title and heading # @@ -95,7 +96,8 @@ sub error($) # abort() # -# Print and error message and exit script +# Print an error message and exit script +# ^^^^^ # # Params: Error message