my $output = ""; for (1 .. 1000) { $output = "" . get_long_string() . $output; } print $output;