Help for this page

Select Code to Download


  1. or download this
    for (@tt) {
        if ($_ != 0) {
    ...
        do_even_more_stuff($_);
        etc();
        }