in reply to Re: Perl Problems with Digit Precision Changing on the Printf Statement
in thread Perl Problems with Digit Precision Changing on the Printf Statement
I get 'Use of * in printf format not supported at example.pl line 10'printf STDOUT ("\n%*s\n", $digitprecision, $value);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl Problems with Digit Precision Changing on the Printf Statement
by tinita (Parson) on Jun 24, 2004 at 15:40 UTC |