in reply to CGI::Application - alternative to using $self->param?

I'm not sure how important interpolation is to you.
One relatively simple solution...
print 'this funky var: '.$self->param('funky');