in reply to %p format specifier in s/printf; what's the point?
%p was there before \ (references). It was useful in debugging output as a quick way to match up variables between different lines of output. C's printf had %p, so why shouldn't Perl have copied it over along with the rest of them?
- tye
|
|---|