Sorry about that. I should have looked up sprintf. It's right there 
in Programming Perl. Formats for sprintf: Field: %%; Meaning: A 
percent sign.

Thanks for the help.

Vic

At 3:39 PM -0500 2/26/01, Vic Norton wrote:
>    $string = sprintf "%.2f\%", $x * 100;
>... produces an
>error message.

Reply via email to