Re: [Perl-unix-users] Getting all the arguments of a process

2002-07-08 Thread Pierre-Philippe Ravier
> Pierre, > > Instead of using /usr/bin/ps, try /usr/ucb/ps > -auxwww > > This will output a much longer cmd line for each > process. > > > -- > James Schappet > Schappet.com Thanks, but unfortunately I don't want to call an external binary from my perl program in o

Re: [Perl-unix-users] Getting all the arguments of a process

2002-07-08 Thread jimmy
Pierre, Instead of using /usr/bin/ps, try /usr/ucb/ps -auxwww This will output a much longer cmd line for each process. -- James Schappet Schappet.com On Mon, 8 Jul 2002, [iso-8859-1] Pierre-Philippe Ravier wrote: > Hi, > > I tried to use the Process Perl module