From 003f86fb1f9c7f77f65b851a2ff57617bd9bf277 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Tue, 19 Oct 1999 06:57:56 +0000 Subject: Fixed stupid perl warnings. --- CGI.pl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index 2b1371685..76adcc702 100644 --- a/CGI.pl +++ b/CGI.pl @@ -23,6 +23,14 @@ use diagnostics; 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 { + my $zz; + $zz = %::FILENAME; +} + use CGI::Carp qw(fatalsToBrowser); require 'globals.pl'; -- cgit v1.2.3-24-g4f1b