Help for this page
# 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 ); ...