Text Clock Readme

Complete installation guide for the Text Clock script.

Installation

  1. Upload textclock.pl to your cgi-bin directory
  2. Set permissions: chmod 755 textclock.pl
  3. Configure the date/time format
  4. Include using Server Side Includes

Configuration

VariableDescription
$date_formatFormat string for date display
$time_formatFormat string for time display
$timezoneTimezone offset from GMT

Usage

<!--#exec cgi="/cgi-bin/textclock.pl"-->
Back to Documentation Text Clock Overview