in reply to Re^4: CGI::Application - Which is the proper way of handling and outputting utf8
in thread CGI::Application - Which is the proper way of handling and outputting utf8

I think the following will do the trick.
sub import { shift; unshift(@_, 'CGI'); goto &CGI::import; }
  • Comment on Re^5: CGI::Application - Which is the proper way of handling and outputting utf8
  • Download Code