ps -ef under AIX Unix

2002-07-18 Thread Hughes, James
Hi there perl people of the world. I was wondering if anyone had a way to assign the process list from Unix to an array using perl internals, not the old " @PSINFO=`ps -ef`; " system call. Thanx bunches! Jim -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: ps -ef under AIX Unix

2002-07-18 Thread drieux
On Thursday, July 18, 2002, at 02:26 , Hughes, James wrote: > Hi there perl people of the world. I was wondering if anyone had a way to > assign the process list from Unix to an array using perl internals, not > the > old " @PSINFO=`ps -ef`; " system call. you will probably want to a) opt in