]> git.p6c8.net - devedit.git/blobdiff - modules/Output.pm
Dev-Editor 1.0
[devedit.git] / modules / Output.pm
index e8d4bad8ee25661cbb6a70de179b5ba3856e1cd7..61394300219d9a75b1f1baabba2bb50acfa66746 100644 (file)
@@ -6,7 +6,7 @@ package Output;
 # HTML generating routines
 #
 # Author:        Patrick Canterino <patshaping@gmx.net>
 # HTML generating routines
 #
 # Author:        Patrick Canterino <patshaping@gmx.net>
-# Last modified: 09-22-2003
+# Last modified: 09-23-2003
 #
 
 use strict;
 #
 
 use strict;
@@ -32,6 +32,7 @@ use base qw(Exporter);
 # htmlhead()
 #
 # Generate the head of a HTML document
 # htmlhead()
 #
 # Generate the head of a HTML document
+# (a text/html HTTP header will also be created)
 #
 # Params: Title and heading
 #
 #
 # Params: Title and heading
 #
@@ -95,7 +96,8 @@ sub error($)
 
 # abort()
 #
 
 # abort()
 #
-# Print and error message and exit script
+# Print an error message and exit script
+# ^^^^^
 #
 # Params: Error message
 
 #
 # Params: Error message
 

patrick-canterino.de