#!/usr/bin/perl -T # /cgi-bin/my-cgi.pl # $factoid = "No matter where you go, there you are..."; print <<_HTML_;

Factoid of the day: $factoid

_HTML_ exit;