#!/usr/local/bin/perl #welt.pl print "Content-type: text/html\n\n"; # Header ausgeben. Wichtig: die zwei \n! #simple first program $string = "Hallo Welt!\n";   #Zuweisung eines Wertes print $string;               #Output