Help for this page
while (<DATA>) { ... $parse->Para($_); }
my $text = do { local $/; <DATA> }; $parse->Para($text);
/.*$/
/[^\n]+/