From owner-freebsd-questions Thu Apr 4 21:45:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.clubplus.net (ns1.clubplus.net [216.191.22.194]) by hub.freebsd.org (Postfix) with ESMTP id A3A6C37B416 for ; Thu, 4 Apr 2002 21:45:09 -0800 (PST) Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29]) by www.clubplus.net (8.11.4/8.11.1) with ESMTP id g355iJ329864 for ; Fri, 5 Apr 2002 00:44:19 -0500 Received: (from david@localhost) by skytrackercanada.com (8.11.6/8.11.6) id g355jBr06163 for questions@freebsd.org; Fri, 5 Apr 2002 00:45:11 -0500 (EST) (envelope-from david) Date: Fri, 5 Apr 2002 00:45:11 -0500 From: David Banning To: questions@freebsd.org Subject: newbie getting started with perl Message-ID: <20020405004511.A6159@mail.clubplus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying a simple script in perl; #!/usr/bin/perl print "Content-type: text/html\n\n"; print "Hello World!"; the file is saved as hello.cgi and simply displays as it is above in my browser. I am wondering if something is not working or if I am missing something. thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message