Files
netbsd/external/cddl/dtracetoolkit/dist/Code/Perl/hello_strict.pl
2015-10-15 10:25:28 +02:00

6 lines
50 B
Perl
Executable File

#!./perl -w
use strict;
print "Hello World!\n";