mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
8 lines
333 B
Plaintext
8 lines
333 B
Plaintext
"Text::Quoted" examines the structure of some text which may contain
|
|
multiple different levels of quoting, and turns the text into a nested
|
|
data structure.
|
|
|
|
The structure is an array reference containing hash references for
|
|
each paragraph belonging to the same author. Each level of quoting
|
|
recursively adds another list reference.
|