]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/contrib/dtracetoolkit/Code/Perl/hello_strict.pl
Clean up the handling of errors from vm_pager_get_pages(). Mostly, this
[FreeBSD/FreeBSD.git] / cddl / contrib / dtracetoolkit / Code / Perl / hello_strict.pl
1 #!./perl -w
2
3 use strict;
4
5 print "Hello World!\n";