Help for this page

Select Code to Download


  1. or download this
    use PDL; 
    use PDL::Char;                                                        
    +          
    ...
      my @diff=which($match!=$source)->list;                              
    +          
      print "@diff\n";                                                    
    +          
    }
    
  2. or download this
    use PDL; 
    use PDL::Char;                                                        
    +          
    ...
      my @diff=which($match!=$source)->list;                              
    +          
      print "@diff\n";                                                    
    +          
    }