Page is a not externally linkable
- Code, Content, and Presentation
-- Perl Server Side CGI Scripting
---- CGI displays Perl Script


lappert2001 - 1:32 am on Feb 29, 2012 (gmt 0)


So I've put the original cgi-lib.pl back and commented out the two lines

sub PrintVariablesShort {
local (%in) = @_;
local ($old, $out, $output);
# $old = $*; $* =1;
foreach $key (sort keys(%in)) {
foreach (split("\0", $in{$key})) {
($out = $_) =~ s/\n/<BR>/g;
$output .= "<B>$key</B> is <I>$out</I><BR>";
}
}
# $* = $old;

return $output;
}

1; #return true


Thread source:: http://www.webmasterworld.com/perl/4422787.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com