in reply to What's the right way to do CGI wrong?

You are only allowed to upload a single file to the host? If not, you can install CGI.pm. Just upload the CGI.pm and the CGI/Util.pm into a directory, point the script to that directory using use lib '/home/whatever/my/lib/; and you should be good to go.