Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: warnings when using % and printf

by VSarkiss (Monsignor)
on May 30, 2006 at 18:01 UTC ( #552573=note: print w/replies, xml ) Need Help??


in reply to warnings when using % and printf

Your code sample and the error message don't match. You're using print and that error message is about printf. It's coming from somewhere else -- you need to figure out where first.

As to the error itself, there's no format specification %) (nor %\n). You may be thinking that the percent sign goes both before and after the format (like %s%). It doesn't, it only goes in front (like %s).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://552573]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2023-12-08 04:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (35 votes). Check out past polls.

    Notices?