Perl Data Structure
Jump to navigation
Jump to search
A Perl Data Structure is a data structure that is expressed in R code.
- Context:
- It can defined by a Perl DDL Statement (within the Perl programming language).
- It can accessed by a Perl DAL Statement (within the Perl programming language).
- It can range from being a Perl Built-In Data Structure to being a Perl Library Data Structure to being a Perl Custom Data Structure.
- It can be an input to a Perl Subroutine,
- It can be accessed in a Perl Program.
- Example(s):
- a Perl Hash, such as a Perl Hash of Arrays.
- a Perl Array, such as a Perl Array of Hashes.
- …
- Counter-Example(s):
- See: Perl Subroutine, Perl Data Munging.