Help for this page

Select Code to Download


  1. or download this
    my @pre_push;
    my $level = 2;
    my $buff = '';
    ...
        $buff = $buff . $string;
    }
    print $buff;