Help for this page

Select Code to Download


  1. or download this
    # wrong beaviour as it doubles the memory
    # first code of my previous post, very similar to the OP one
    ...
        my $x = 'a' x ( 2 ** $order );
            ...