Help for this page

Select Code to Download


  1. or download this
    my @arr = (9) x 1000_000;
    my $code = sub { @arr };
    undef $code;