X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/7cf8cb75f44d1e189cec159cf5c50fb14a13e85c..89269f652fc46e65006b9aead5eb1ae61ebc311e:/modules/Output.pm 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