|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: getting wrong valueby AnomalousMonk (Prior) |
| on Jan 15, 2013 at 22:54 UTC ( #1013465=note: print w/ replies, xml ) | Need Help?? |
|
printf returns 1 for a successful print, which is what you say happens. You probably want sprintf (note leading 's'), which returns a string. Update:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||