On Thu, Oct 17, 2002 at 01:43:12PM -0700, Peter Jay Salzman wrote: > > die("%c%c%c%c%c" 'o', 'o', 'p', 's', '!'); > You could always sprintf() into a string and send it as a single argument to die. :^/ -bill!