CGI Programming by Collin Forbes
  Honest, I wasn't trying to be cutting edge...   Updated: Sun, 24 Sep 2000  
[*] Introduction
[-] Troubleshooting
 [*] Missing Modules
 [*] Old Module Versions
 [*] Incompatible Version
 [*] Syntax Errors
[+] Improbable Postcards
[+] Calendar of Events
[+] Expanding Menus
[+] Meme Vector
[+] Cascading Forms
[+] Insert Tab into Slot
[+] Random Redirection
[+] Simple Selection
[-] About Collin Forbes
 [*] Digital Photography
 [*] The story of Fish95
 [*] Selected links
[-] Works in Progress...
 [*] Trivia Quiz Rebirth
 [*] Shi Tenno Webcollage
 [*] King of the Sandbox

Incompatibilities with older versions of Perl

There is a known incompatibility between my Template.pm and Configuration.pm modules and versions of Perl prior to 5.005. It's typically manifested by this error message:

Software error:
Sequence (?<...) not recognized at ./Template.pm line 89, <FILE> chunk 81.

If you are see this error, you can download patched versions of the modules which work around the version incompatibility.

* Configuration.pm (patched)
* Template.pm (patched)