Help for this page

Select Code to Download


  1. or download this
    for my $string ("\n",
                    '  ' x ( $level - 1 ),
                     shift @pre_push) {
        $buff = $buff . $string;
    }