Help for this page
for my $chunk ( $dom->find('s')->each ) { my @values = split('\n', $chunk); ... do stuff on every line } }