[% setvar title pack/unpack uncontrovercial enhancements %]

This file is part of the Perl 6 Archive

Note: these documents may be out of date. Do not use as reference!

To see what is currently happening visit http://www.perl6.org/

TITLE

pack/unpack uncontrovercial enhancements

VERSION

  Maintainer: Ilya Zakharevich <ilya@math.ohio-state.edu>
  Date: 16 September 2000
  Mailing List: perl6-language-data@perl.org
  Number: 246
  Version: 1
  Status: Developing

ABSTRACT

This RFC proposes simple enhancements to templates of pack/unpack builtins. These enhancements do not change the spirit of how pack/unpack is used. The semantic is enhanced as much as possible under this constaint.

Additional changes to pack/unpack are listed in other proposals.

DESCRIPTION

The following additional constructs are allowed in pack()/unpack() TEMPLATEs:

MIGRATION ISSUES

None.

IMPLEMENTATION

Straightforward.

REFERENCES

RFC142: Enhanced Pack/Unpack