in reply to Re^4: CGI::Application - Which is the proper way of handling and outputting utf8in thread CGI::Application - Which is the proper way of handling and outputting utf8
sub import { shift; unshift(@_, 'CGI'); goto &CGI::import; } [download]