1 2 3 4 5 6 7 8
#!./perl require POSIX; import POSIX; print &getpid, "\n"; @uname = &uname; print "@uname\n";