[comp.lang.perl] PERL PL41 bug

db@tc.fluke.COM (Dan Banay) (12/14/90)

Greetings.   With Perl PL37, the following program:

printf '%c', 240;
printf '%c', 0;
printf '%c', 255;

writes out three bytes:  240, 0, and 255.

But, with PL41, it writes only two bytes: 240, and 255.


BTW, will the next release finally include the kitchen sink? ;-)

Thanks!

Dan
-- 
+------------------------------------------------------------------------+
| Dan Banay       							 |
| db@tc.fluke.COM   {microsoft,sun,uw-beaver}!fluke!db  +1 206 356 6285  |
+------------------------------------------------------------------------+
| John Fluke Mfg. Co., MS 223B, PO Box 9090, Everett, WA 98206-9090 USA  |
+------------------------------------------------------------------------+