stas 02/04/25 18:44:31
Modified: src/start/tips handler.pod
Log:
print here closing token must start at the column 0
Revision Changes Path
1.4 +3 -3 modperl-docs/src/start/tips/handler.pod
Index: handler.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/start/tips/handler.pod,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- handler.pod 26 Apr 2002 01:43:11 -0000 1.3
+++ handler.pod 26 Apr 2002 01:44:31 -0000 1.4
@@ -26,9 +26,9 @@
$r->send_http_header('text/plain');
print <<EOT;
- Thanks for visiting $server_name.
- The local time is $now.
- EOT
+ Thanks for visiting $server_name.
+ The local time is $now.
+ EOT
return Apache::Constants::OK;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]