in reply to Will this work?
to#!/usr/local/bin/perl
Then you should forget about your program for a while and do some reading. The following reading list covers everything currently present in your program (you need strictures, you need lexical variables, and you need CGI, and there are alternatives to double quotes).#!/usr/local/bin/perl -T -- use strict; use warnings; use CGI();
|
|---|