in reply to Re: sprintf values
in thread sprintf values
...and C runtime library
FWIW, the C runtime library shouldn't matter here, as Perl has its own "printf"-like formatting routine ( Perl_sv_vcatpvfn() in sv.c, in case you're interested ).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: sprintf values
by ikegami (Patriarch) on Apr 07, 2010 at 16:18 UTC | |
by almut (Canon) on Apr 07, 2010 at 17:09 UTC | |
by ikegami (Patriarch) on Apr 07, 2010 at 18:39 UTC |