On Mon, 26 Nov 2007 11:09:04 -0600 Jonathan Rockway <[EMAIL PROTECTED]> wrote:
> BTW, the UUID scheme in your module misses cases where the message has
> parts whose ordering changes between locales
This is why libc-based ones often use printf() formats that have n$
markers in
printf("Hello, %1$s %2$s", given_name, surname);
Which I observe Perl supports:
$ perl -e 'printf q{Strings are %2$s and %1$s}, "first", "second";'
Strings are second and first
--
Paul "LeoNerd" Evans
[EMAIL PROTECTED]
ICQ# 4135350 | Registered Linux# 179460
http://www.leonerd.org.uk/
signature.asc
Description: PGP signature
