From: ijackson Date: Fri, 8 Jul 2022 09:15:13 +0000 (+0000) Subject: do not use $* X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=6ee9f3c0a777ec7f31d218f99170074abc671f58;p=bcp5-registry.git do not use $* --- diff --git a/cgi-lib.pl b/cgi-lib.pl index c67da53..eb94e6e 100644 --- a/cgi-lib.pl +++ b/cgi-lib.pl @@ -188,7 +188,7 @@ sub PrintVariables { } } $output .= "\n"; - $* = $old; + # $* = $old; return $output; }