Re: perlfaq4 - tweaks for "How do I convert between numeric representations"
[email protected] (Robert Spier)
| Newsgroups | perl.perlfaq.workers |
|---|---|
| Message-ID | <[email protected]> |
> Attached are some diffs that accomplish the following things for > the radix conversion. Thanks, applied. > 3. Useless use of sprintf removed. These made me think for a while. I wonder why they were added in the first place, it doesn't make much sense. -R