On Dec 17, 2003, at 10:16 AM, Hemond, Steve wrote:
I am issuing this command on an Aix box and running allright :-)
interesting,
let's do a quick piece of test code
open(PS, "ps -efA|") or die "unable to open ps command\n:$!"; while (<PS>) { ($uid,$pid,$ppid,$c,$stime,$tty,$time,$cmd) = split; print "$pid -> $cmd\n"; } close(PS);
that will at least get us to what is going on with the actual $cmd data itself.
Forgive my curiosity..
Curiosity Killed The Cat you know... "But the cat came back, the very next day, thought he was a gonner but cat came back..." - old american folk song.
are you running Solaris on a x86 box?
Solaris on Sparc and x86 FreeBsd, some variations on linux, my desk top tho is OSX. Haven't been on an AIX box in a while. Loved Unicos. But real Men are not afraid to toggle it into a PDP-8.... or an AN/Ukky-20 in battleship grey, or ...
ciao drieux
---
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>