]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - cddl/contrib/dtracetoolkit/Code/Perl/hello_strict.pl
MFC: 235380,235454,235455,235456,235457,235613,235614,235628,236567,
[FreeBSD/stable/9.git] / cddl / contrib / dtracetoolkit / Code / Perl / hello_strict.pl
1 #!./perl -w
2
3 use strict;
4
5 print "Hello World!\n";