#! /usr/bin/perl -w
use strict;
use CGI;
my $query = new CGI;
my $title = $query->param("title");
print $query->header(-type => "text/html", -expires => "+3h");
print <<"END";
$title
END
open INCLUDE, ")
{
print $_;
}
Old Olego.com
What's this?
This is the old Olego.com, which hasn't been updated in, maybe, a decade?
Hope it brings you joy!
#! /usr/bin/perl -w
use strict;
use CGI;
my $query = new CGI;
print $query->header("text/html");
print <<"END";