in reply to How to change the symbol table to wrap a sub in another sub ?
Couldn't you subclass CGI and work using its object oriented interface? In other words, CGI::UTF8 would have $q->param() method that internally utilizes CGI's param() method, but implements its own CGI::UTF8 param() sub for its external interface.
Dave
|
|---|