in reply to Re^5: CGI::param called in list context from package
in thread CGI::param called in list context from package
I'm not familiar with CGI::Session, but a quick look at the code shows that the first argument to save_param needs to be the $query object, and you're passing the return value from the call to $query->param, which will be a string, so that's probably why that code doesn't work.