2022-11-28 10:27:30 +01:00

8 lines
124 B
Perl
Executable File

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