> 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
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