[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] ASCII-07 and ASCII-08 As Raw Characters



How do I get ASCII-07 and ASCII-08 to print to the console as uninterpreted
bytes in a loop like this:

for ($i=0; $i<=255; $i++) {
	print pack("c",$i);
}

Binmode, naturally, doesn't make any difference, but neither does the `stty
raw` command. (I have 5.1.9r4.)

Thanks,
Charley Cowens

***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch