The main problem is getting param('blah') (using cgipm) to work in a print qq since this is not working I am changing all the params to vars outside of the print qq.
I have tons of code asking for a key to a hash that no longer exists like $I{'blah'} and I need to change all of them to param('blah') but those do not work for me inside print qq. Any help would be greatly appreciated.