in reply to about () in the second,third etc data
my @lines=$de->text(); print shift @lines,"\n",map { "( $_ )\n" } @lines; [download]