summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/dtracetoolkit/Code/Perl/hello_strict.pl
blob: 78003a971448e17650e22fd746950318f4e5c7b6 (plain)
1
2
3
4
5
#!./perl -w

use strict;

print "Hello World!\n";
OpenPOWER on IntegriCloud