in reply to Blankety-Blank Blanks and Zeros, etc.
(And that's the first time I've seen someone stick $/ inside a double-quoted literal. I use $/ a lot, but I use \n if I'm already in the string literal.)print +("A float: ", $root_beer? sprintf("%12.4f", $root_beer) : $"x12, $/);
--
[ e d @ h a l l e y . c c ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Blankety-Blank Blanks and Zeros, etc.
by duff (Parson) on Aug 26, 2005 at 19:17 UTC |