From 5ae2caabf6d24ce292b00afc3d02ecca6f037050 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Sat, 2 Nov 2002 01:22:44 +0000 Subject: [PATCH] Like the warning says: "Scalar value @_[0] better written as $_[0] at dosendpr.cgi line 70." --- en/cgi/dosendpr.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/cgi/dosendpr.cgi b/en/cgi/dosendpr.cgi index d2983671ad..f7703e167d 100755 --- a/en/cgi/dosendpr.cgi +++ b/en/cgi/dosendpr.cgi @@ -8,7 +8,7 @@ # GNU General Public License Version 2. # (http://www.gnu.ai.mit.edu/copyleft/gpl.html) # -# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.9 2002/10/05 12:17:19 ceri Exp $ +# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.10 2002/11/02 01:21:41 ceri Exp $ require "html.pl"; @@ -67,7 +67,7 @@ sub prerror { &html_body(); print "There is an error in the configuration of the problem\n", "report form genator. Please back up one page and report\n", - "the problem to the owner of that page. Report @_[0]."; + "the problem to the owner of that page. Report $_[0]."; &html_end(); exit (1); }