in reply to "Character in "c" format wrapped"
"c" is signed. 249 is too big for a signed byte. "C" is for unsigned, use that instead.
Instead of looking in the Camel, add "-Mdiagnostics" or "use diagnostics" if you don't know what an error or warning means (or look in your local copy of lib/pod/perldiag.pod or "perldoc perldiag"). For example: 5.8.0's.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "Character in "c" format wrapped" (C)
by Anonymous Monk on Mar 19, 2004 at 20:46 UTC |