Help for this page

Select Code to Download


  1. or download this
    my %loc = (
        LA  => { NE => 1, E  => 1, SE => 1, S  => 1, SW => 1 },
    ...
        LC  => { SE => 1, S  => 1, SW  => 1},
        LD  => { SE => 1, S  => 1, SW => 1},
    );
    
  2. or download this
    my @locations = qw(LA LB LC LD LE);
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    }
    print "Results= $c_position\n\n";