Help for this page

Select Code to Download


  1. or download this
    foreach 1..6 { my $foo = "perl" x 1000000;  sleep 5; }
    
  2. or download this
    my $foo;
    if (1) { $foo = "perl" x 1000000;  sleep 5; }
    ...
    if (1) { $foo = "perl" x 1000000;  sleep 5; }
    if (1) { $foo = "perl" x 1000000;  sleep 5; }
    if (1) { $foo = "perl" x 1000000;  sleep 5; }