#!/usr/bin/perl -w # # ich bin ein kommentar # # # use CGI::Carp ('fatalsToBrowser'); # hier ist kommentar print "Content-Type: text/html\n\n"; # # # jetzt kommt ein here-document # print <<"EOM";
Halloe $wer\n"; print '
Hallo $wer\n'; $page = "cosy"; print "
hier geht's lang zu $page "; # leaning toothpick syndrom # # jetzt kommt der allgemeine quote-operator qq # # print qq{
hier geht's lang zu $page }; print qq(
hier geht's lang zu $page ); print qq|