>>>>> "DS" == Dan Sugalski <[EMAIL PROTECTED]> writes:

  DS> The string header format has changed some to allow for type
  DS> tagging. The flags infor for strings has changed as well.
                         ^^^^^

  DS> =head1 DESCRIPTION

  DS> This PDD details the primitive datatypes that the perl core knows how
  DS> to deal with. These types are lower-level than 

lower-level than what?

  DS> =head1 IMPLEMENTATION

  DS> =head2 Intger data types
             ^^^^^^

  DS> Perl has a single internal string form:

  DS>   struct perl_string {
  DS>     void *string_buffer;
  DS>     UV allocated;
  DS>     UV byte_length;
  DS>     UV flags;
  DS>     UV character_length;
  DS>     UV encoding;
  DS>     UV type;
  DS>     UV unused;
  DS>   }

what about starting offset? that is used now to shorten a string from
the left side.

uri

-- 
Uri Guttman  ---------  [EMAIL PROTECTED]  ----------  http://www.sysarch.com
SYStems ARCHitecture and Stem Development ------ http://www.stemsystems.com
Learn Advanced Object Oriented Perl from Damian Conway - Boston, July 10-11
Class and Registration info:     http://www.sysarch.com/perl/OOP_class.html

Reply via email to