Help for this page

Select Code to Download


  1. or download this
    {
        my $i = 60000;
    ...
        print "end 1\n";
    } # <-- hash goes out of scope; segfault if stacksize is too low
    print "end 2\n";
    
  2. or download this
    {
        my $i = 60000;
    ...
        }
    }
    print "end 2\n";