Re: format magic and STDOUT

2007-11-09 Thread John W . Krahn
On Friday 09 November 2007 10:30, [EMAIL PROTECTED] wrote: > Ok, so I'm not *really* a beginner; however, wondering if this is > possible You have read the perlform man page? perldoc perlform > I have a subroutine that basically goes through an array and searches > for processes... It has t

format magic and STDOUT

2007-11-09 Thread ajpavlis
Ok, so I'm not *really* a beginner; however, wondering if this is possible I have a subroutine that basically goes through an array and searches for processes... It has two different types of processes it looks for, so I just grabbed ps using ps -ef |grep someuser | grep someapp and threw it i