Calling all geeks - CGI on Internap Server

Ok, i have a pickle, i’m working on a video upload app for a client.

We have a dedicated server with Internap, this is where we stream videos, etc. from.

We also have our dedicated server on Mediatemple.

Until this point, we have only used Internap for hosting the actual video files. i Have found how to host http data on their server now, so that i may put webpages on their server.

I’m working on an uploader and am looking at hosting on our dedicated[MT], having users upload to our server then transfering to Internap via FTP(server->server).

Our Internap server does not have any PHP/ASP/etc. EXCEPT, there is a CGI-BIN folder in the root of the ftp.

I need to know how to use that so that i can upload directly via http or ftp with a page hosted on their servers.

I am useless with PERL/CGI/etc. (I’ve always been a geek with php/asp, no need)

When i log into the FTP, this is what i see:

(in fact, this image is hosted there)

First of all, i have searched like a monkey and have not found any information about this, this is also outside of the scope of support of the Internap techs.

I really am not sure about the location of perl on their server either, so i’m gonna be doing some trial and error on that

how the heck do i test if the cgi is working? I tried making a lil doc like this:

#!/usr/bin/perl -wT
print "Content-type: text/html

";
print "Hello, world!
";

I put it in the “http” folder but it just lets me download it, not parse it

i tried putting it in the “cgi-bin” folder but i cannot access it, or at least i don’t know how.

Any uber geeks wanna take a swing at this with me? You would make my day, actually, my weekend.