Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
That produces:read FILE, my $foo, 1; sprintf ('%u', $foo);
Useless use of sprintf in void context at ./test.pl line 5. Argument "^R" isn't numeric in sprintf at ./test.pl line 5.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: I don't understand string versus numeric context
by Corion (Patriarch) on Jan 02, 2010 at 08:23 UTC | |
|
Re: I don't understand string versus numeric context
by ikegami (Patriarch) on Jan 03, 2010 at 06:12 UTC | |
|
Re: I don't understand string versus numeric context
by morgon (Priest) on Jan 04, 2010 at 00:52 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |