Name : perl-Text-Quoted
| |
Version : 2.100.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.4
| Date : 2018-07-27 08:03:10
|
Group : Unspecified
| Source RPM : perl-Text-Quoted-2.100.0-1.4.src.rpm
|
Size : 0.01 MB
| |
Packager : (none)
| |
Summary : Extract the structure of a quoted mail message
|
Description :
\'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. So for instance, this:
> foo > # Bar > baz
quux
turns into:
[ [ { text => \'foo\', quoter => \'>\', raw => \'> foo\' }, [ { text => \'Bar\', quoter => \'> #\', raw => \'> # Bar\' } ], { text => \'baz\', quoter => \'>\', raw => \'> baz\' } ],
{ empty => 1 }, { text => \'quux\', quoter => \'\', raw => \'quux\' } ];
This also tells you about what\'s in the hash references: \'raw\' is the paragraph of text as it appeared in the original input; \'text\' is what it looked like when we stripped off the quotation characters, and \'quoter\' is the quotation string.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Tumbleweed/noarch |