#!/usr/bin/perl -w #!C:/xampp/perl/bin/perl -w # # This file is part of a HTML-CGI tutorial # # (C) Copyright 1999 Hans Kern # # File name : pldemo21.cgi # Created by : Hans Kern # Creation date: 31.3.99 # print "Content-type: text/plain\n\n"; print "Hello, world!";