At 10:52 PM -0600 1/27/08, John E. Malmberg wrote:
>Nicholas Clark wrote:
>>Change 33039 by [EMAIL PROTECTED] on 2008/01/22 17:41:53
>>
>>      Integrate:
>>      [ 29960]
>>      Display the process id as part of the trace output if running with -Dv
>>      (Might be nice to display the thread ID too under ithreads, but I can't
>>      see a clean way to get that)
>
>>Affected files ...
>>
>>... //depot/maint-5.8/perl/deb.c#22 integrate
>
>Note for the VMS todo lists:
>
>VMS needs the process ID to be in hexadecimal in order to be easily used by 
>someone doing debugging.

While it's true that native utilities generally use the pid in hex,
Perl doesn't.  For example the C<$$> special variable displays in
decimal on VMS and always has as far as I know.  I really don't see
any reason for special case code here, and it might even be more
confusing to have it different from the way Perl does things
elsewhere.
-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to