Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    
  2. or download this
    if ($index == scalar(@softed)){
    
  3. or download this
    unless ($prev eq $line){
        push (@filtered,$prev);                
    }
    
  4. or download this
    if ($prev eq $line) {
    }
    else {
        push (@filtered,$prev);                
    }