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

he he.. i just casually chatted online with mark earlier last week, about how i loved his contribution to CGI:Application. I find the api very intuitive (call me lame to still like CGI::Application :D)
btw.. i am still getting the error in my logs..im not sure why.
Do not wait to strike when the iron is hot! Make it hot by striking - WB Yeats
  • Comment on Re^4: CGI::param called in list context from package

Replies are listed 'Best First'.
Re^5: CGI::param called in list context from package
by leej (Monk) on Oct 27, 2014 at 15:56 UTC
    You're getting the errors still even setting: $CGI::LIST_CONTEXT_WARN = 0 in your code?
      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