Re: Mac / Perl / 3D

2006-07-29 Thread Peter N Lewis
Thanks for the various answers. I have done the Perl - POV-RAY source before, as well as Perl - 3DML text format before. I guess I could also use any scriptable drawing package (see http://www.peter.com.au/programming/scripted-drawing.html ;-) and do my own 3D conversion as necessary.

Re: How to get a pid

2006-07-29 Thread Peter N Lewis
I could not figure out how to get the tool process's id. But by observing, I notice that its pid is 'always' equals to child process's pid+1. PIDs can wrap, so there is no guarantee of this at all. Why do you call waitpid with -1, when you know the pid you want to wait on ($kidpid). The

Re: Re: Mac / Perl / 3D @ 1154185070

2006-07-29 Thread Johan Meskens CS3 jmcs3
Intrah onat Diria .. Sat, 29 Jul 2006 14:53:03 +0800 , Peter N Lewis wrote Revera y: Peter. Thanks for the ideas. None of this seems entirely satisfactory though... do my own 3D conversion as necessary. http://www.peter.com.au/programming/scripted-drawing.html ;-) and I