summaryrefslogtreecommitdiff
path: root/bar
blob: 5288a3e5437a252c12beb2918281ce9bdfeec379 (plain)
1
2
3
4
5
6
7
8
#!./perl

require POSIX; import POSIX;

print &getpid, "\n";

@uname = &uname;
print "@uname\n";