Tie::CharArray -- version 0.02

This module provides a way to manipulate Perl strings through tied
arrays.  The operations are implemented in terms of substr(), pack()
and other string manipulation functions, but the programmer normally
need not be aware of this.  As Perl has no primitive character type,
two alternative representations are provided:

  * Strings as arrays of single-character strings
  * Strings as arrays of small integers

To install, just do:

   perl Makefile.PL
   make
   make install

No tests are included for this version.  This modules requires perl
5.005 and the standard module Tie::Array.

Copyright (c) 2000-2001 Ilmari Karonen.  All rights reserved.  This
library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

Address bug reports and comments to: perl@itz.pp.sci.fi