Help for this page

Select Code to Download


  1. or download this
    sub filterExclude{ 
       my $ar = $_[0] ;   # REF!
    ...
          $ix = $ix + 1 ;
       }
    }
    
  2. or download this
    sub filterExclude{
       # 20240414 Quick fix needed because of the splice
    ...
             $ix = $ix + 1 ;
          }
       }