Search Results

Search: Posts Made By: summer_cherry
5,309
Posted By summer_cherry
perl may help you some
my $tmp;
sub _comp(@@){
my $cnt;
my @a = @{$_[0]};
my @b = @{$_[1]};
for (my $i=2;$i<=$#a;$i++){
$cnt++ if $a[$i] != $b[$i];
}
return $cnt;
}
while(<DATA>){
if($.==1){
...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 05:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy