Leitgedanken/hello.pl
2022-11-21 09:47:28 +01:00

8 lines
117 B
Perl

#!/usr/bin/perl
# hello.pl -- my first perl script!
print "Content-type: text/html\n\n";
print "Hello, world!\n";