times |
返回給用戶,係統,子和子係統時間為當前進程和其子四元素的列表。
數組, ($usertime, $systemtime, $childsystem, $childuser)
在運行該程序根(root用戶):
#!/usr/bin/perl -w ($usertime, $systemtime, $childsystem, $childuser) = times(); print("times() $usertime $systemtime $childsystem $childuser\n");
這將產生以下結果:
times() 0 0 0 0