From: Daniel Kaminski Date: 2008-07-20T07:49:31+09:00 Subject: Re: execve syscall in ruby Rolando Abarca wrote: > > I think you're missing the fact that I used 'ppi' as the argument to > pack (NULL is an integer) and not 'p*'. > regards, Except that the problem is already solved [see above, pasted a link] you seems to be missing the fact that I was saing that ['true',0 ].pack('pi') and ['true',nil ].pack('p*') gives the same result and the p* method is better because you don't have to control 'p' count in pack() argument. -- Posted via http://www.ruby-forum.com/.