#!/usr/bin/perl -w # date_script.pl print "Content-type: text/html\n\n"; use strict; $|=1; print < Das ist ein test mit date
BLOCK system("/bin/date"); print <Das wars schon
BLOCK