Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
        print "</FONT>";
    print "</TABLE>\n";
    print "</HTML>\n";
    
  2. or download this
        if ( $distance > 10){
            next;
            }
    
  3. or download this
        if (grep {$_ eq $element} @neighbor) {
            @array3=($allfiles[$n],$distance2);        
            push (@test1, @array3);    
            push (@highval, $distance2);
            }