From 4059736c01705c8bf79411f8e71ae351821c3e66 Mon Sep 17 00:00:00 2001 From: joy <> Date: Tue, 10 Oct 2000 19:10:34 -0800 Subject: [PATCH] [project @ 2000-10-10 20:10:34 by joy] the array can't be used here, it must be the scalar, for some obscure reason --- scripts/process.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/process.in b/scripts/process.in index 8224625..9d80c05 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: process.in,v 1.18 2000/10/09 00:32:23 ajt Exp $ +# $Id: process.in,v 1.19 2000/10/10 20:10:34 joy Exp $ # # Usage: process nn # Temps: incoming/Pnn @@ -452,8 +452,11 @@ END Your message specified a Severity: in the pseudo-header, but the severity value $s_severity was not recognised. The default severity $gDefaultSeverity is being used instead. -The recognised values are: @gSeverityList. +The recognised values are: $gShowSeverities. END +# if we use @gSeverityList array in the above line, perl -c gives: +# In string, @gSeverityList now must be written as \@gSeverityList at +# process line 452, near "$gDefaultSeverity is being used instead. $s_severity= ''; } } -- 2.39.2