Ton wrote: >In article <[EMAIL PROTECTED] com>, > Dave Hoover <[EMAIL PROTECTED]> writes: >> which prints ASCII 0 as ^@. This brings up another issue, should >> ASCII 0 be represented as \0 or ^@? > >I prefer the escape, unless directly after a $, then use the ^letter >version.
Sounds good. It has been implemented: http://perlgolf.sourceforge.net/cgi-bin/PGAS/post_mortem.cgi?id=9&secret=pg
