Cross Reference: hello_strict.pl
xref
: /
osnet-11
/
usr
/
src
/
cmd
/
dtrace_toolkit
/
DTT
/
Code
/
Perl
/
hello_strict.pl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#!./perl -w
use
strict
;
print
"Hello World!\n"
;