Like the warning says:

"Scalar value @_[0] better written as $_[0] at dosendpr.cgi line 70."
This commit is contained in:
Ceri Davies 2002-11-02 01:22:44 +00:00
parent e613525131
commit 5ae2caabf6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14823

View file

@ -8,7 +8,7 @@
# GNU General Public License Version 2. # GNU General Public License Version 2.
# (http://www.gnu.ai.mit.edu/copyleft/gpl.html) # (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"; require "html.pl";
@ -67,7 +67,7 @@ sub prerror {
&html_body(); &html_body();
print "There is an error in the configuration of the problem\n", print "There is an error in the configuration of the problem\n",
"report form genator. Please back up one page and report\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(); &html_end();
exit (1); exit (1);
} }