Help for this page

Select Code to Download


  1. or download this
    sub Diff {
        my @a;
    ...
        }
        return $dif;
    }
    
  2. or download this
    sub Diff {
        my @a;
    ...
        }
        return $found;
    }