![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: warnings when using % and printfby Fletch (Bishop) |
on May 30, 2006 at 18:04 UTC ( #552574=note: print w/replies, xml ) | Need Help?? |
The above mentioned ambiguities aside, you're probably trying to include a literal "%" in your output; if you read the docs for sprintf it shows you need to double it to get a single literal percent sign in the output.
In Section
Seekers of Perl Wisdom
|
|