http://qs1969.pair.com?node_id=555588


in reply to Re^2: How is perl able to handle the null byte?
in thread How is perl able to handle the null byte?

A struct is a "complex" type. That means a struct contains a fixed number of fields that can be of different types themselves. A bit like a perl hash but with a fixed number of key-value pairs.

PerlGuts Illustrated has some nice diagrams.

  • Comment on Re^3: How is perl able to handle the null byte?