in reply to Re^4: CGI::param called in list context from package
in thread CGI::param called in list context from package

You're getting the errors still even setting: $CGI::LIST_CONTEXT_WARN = 0 in your code?

Replies are listed 'Best First'.
Re^6: CGI::param called in list context from package
by perlron (Pilgrim) on Oct 28, 2014 at 07:21 UTC
    yes i was.
    had set $CGI::LIST_CONTEXT_WARN = 0;
    as an afterthought i instead set $CGI::Application::LIST_CONTEXT_WARN to 0 and the warning dissapeared Thank you so much for the help!!!
    Do not wait to strike when the iron is hot! Make it hot by striking - WB Yeats