in reply to Re: Formating a printf statement using a variable
in thread Formating a printf statement using a variable
Also note the lack of quotes around $_ - if you just refer to a variable by itself, don't interpolate it. There are cases where you need to do that, but you'll know them when you come across them. Most of the time it's just a wasted node in the optree and can even break code that would work fine without the quotes.
HTH
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^2: Formating a printf statement using a variable
by Marza (Vicar) on Jan 12, 2003 at 00:06 UTC | |
by Aristotle (Chancellor) on Jan 12, 2003 at 00:19 UTC |