Help!
I am using a book that shows you how do write CGI scripts,

So I got to a part that said about $QUERY_STRING and I liked how it could be used, so I wrote the script, and Used the
Code:
#!usr/bin/perl
at the very top, I even tried the other things if that didn't work. So I name it index1.cgi and I upload it. I go to the page and it says CGI Wrap ERROR,

Whats Going on here and how can I get A simple script like this to work?