--------------------- PatchSet 9926 Date: 2007/09/02 12:17:20 Author: adri Branch: errorpages Tag: (none) Log: A basic template thingy for making error pages. Members: scripts/ErrorPage.pl:1.1->1.1.2.1 --- /dev/null Mon Sep 3 00:20:47 2007 +++ squid/scripts/ErrorPage.pl Mon Sep 3 00:20:47 2007 @@ -0,0 +1,63 @@ +#!/usr/bin/perl -w + +# Written by Adrian Chadd + +# $Id + +use strict; +use IO::File; + +if (scalar @ARGV < 3) { + print "Usage: