From 242477102c3b518510643ac52705e1bcfc5dcd8f Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Tue, 19 Oct 1999 07:03:27 +0000 Subject: Fixed stupid perl warning. --- CGI.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index 76adcc702..30d621c73 100644 --- a/CGI.pl +++ b/CGI.pl @@ -26,7 +26,7 @@ use strict; # Shut up misguided -w warnings about "used only once". For some reason, # "use vars" chokes on me when I try it here. -sub sillyness { +sub CGI_pl_sillyness { my $zz; $zz = %::FILENAME; } -- cgit v1.2.3-24-g4f1b