[% setvar title Use pack/unpack for marshalling %]

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

Use pack/unpack for marshalling

VERSION

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

ABSTRACT

This RFC extends pack/unpack builtins to store/extract the TEMPLATE to/from the packed data. This allows storage of arbitrary Perl data.

DESCRIPTION

MIGRATION ISSUES

None.

IMPLEMENTATION

Straightforward.

REFERENCES

RFC142: Enhanced Pack/Unpack

RFC 246: pack/unpack uncontrovercial enhancements

RFC 248: enhanced groups in pack/unpack