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. --- editcomponents.cgi | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'editcomponents.cgi') diff --git a/editcomponents.cgi b/editcomponents.cgi index 371c27b72..322cd2c27 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -22,6 +22,15 @@ use strict; require "CGI.pl"; require "globals.pl"; +# 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 = $::buffer; +} + + my $dobugcounts = (defined $::FORM{'dobugcounts'}); -- cgit v1.2.3-24-g4f1b