http://qs321.pair.com?node_id=184611

Tita has asked for the wisdom of the Perl Monks concerning the following question:

I have this in a file:
<s>/SYM Who/WP is/VBZ the/DT author/NN of/IN the/DT book/NN... ?/. </ +s>/SYM.
How I extract just the tags to make a formula (ex: WP+VBZ+DT..), and how I will retrieve just the value of the tag (WP ->Who...), after I match (true) with other formulas I have in another file?

Originally posted as a Categorized Question.