in reply to List Context Warn

{ # We might be using a version of CGI from # before the feature was added. no warnings qw( once ); # We realize that $cgi->param can return # more than one value and our code handles # that correctly. $CGI::LIST_CONTEXT_WARN = 0; }