in reply to Re: recursive joinin thread recursive join
my $t = ''; $t .= "test" for 1..50_000; [download]
my $t = ''; $t = $t . "test" for 1..50_000; [download]