http://www.perlmonks.org?node_id=139297


in reply to SWISS knife...

The function fromText.. what does it actually do??

Did you check out the documentation? From the HTML documentation about the Entry.pm module:

fromText text [, fullParse]

Create an Entry object from the text $text. If $fullParse in true, the entry is parsed at creation time. Otherwise the individual line objects are only created if they are derefereced.

/prakash