Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: warnings when using % and printf

by VSarkiss (Monsignor)
on May 30, 2006 at 18:01 UTC ( [id://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 drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-18 01:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found