Help for this page

Select Code to Download


  1. or download this
    my $t = '';
    $t .= "test" for 1..50_000;
    
  2. or download this
    my $t = '';
    $t = $t . "test" for 1..50_000;