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