Help for this page
my $i=0; for( $i=0; $i<=$n; $i++ ) { ... exit; } }
for( 0 .. $n ) { ... last if @list >= max_length(); warn('System halt') and exit if bar($n => @list) > 999.999; }