Help for this page

Select Code to Download


  1. or download this
       my $rand_position = $positions_ref->[ rand( $#{$positions_ref} ) ];
       my $rand_location = $locations_ref->[ rand( $#{$locations_ref} ) ];
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        return 1;
        }