Help for this page

Select Code to Download


  1. or download this
    for (@$aref) {
        $flag = 1 if $_== 6;
        push @new, $_ unless $flag;
        $flag = 0 if $_== 7;    
    }