in reply to Re: about () in the second,third etc data
in thread about () in the second,third etc data

Assuming theres always more than element then the following allows you to lose the map
my @a = $de->text(); print OUT shift @a, "\n(", join(")\n(", @a),")\n";
;-)

Yves / DeMerphq
--
When to use Prototypes?