Help for this page

Select Code to Download


  1. or download this
    sub all_ne {
    map{$_ ne$_[0]}@_
    }
    
  2. or download this
    sub all_ne {
    map$_[0]ne$_,@_
    }