Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            print "$key $connect{$key}\n";
        }
    }
    
  2. or download this
    for my $vertex_pair (sort keys %multiplicity) {
        print "$vertex_pair $multiplicity{$vertex_pair}\n";
    }