Tags - Structure oriented SGML/XML/HTML/etc. elements manipulation.
Perl structure: Reference to array. [type, data] Types: a - Tag attribute. b - Begin of tag. c - Comment section. cd - Cdata section. d - Data section. e - End of tag. i - Instruction section. r - Raw section. Data: a - $attr, $value b - $element c - @comment cd - @cdata d - @data e - $element i - $target, $code r - @raw_data
Install the Tags modules.
https://github.com/michal-josef-spacek/Tags
Michal Josef Špaček mailto:skim@cpan.org
http://skim.cz
© 2005-2023 Michal Josef Špaček
BSD 2-Clause License
0.14
To install Tags, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Tags
CPAN shell
perl -MCPAN -e shell install Tags
For more information on module installation, please visit the detailed CPAN module installation guide.