in reply to Re^2: Executing code stored in a database..in thread Executing code stored in a database..
my $thing; for(my $x=0; $x<=100000;$x++){ $thing .+ "$x<br>"; } print $thing; [download]