- or download this
push @sort_array, $trial_1;
push @pointer_array, $key_r;
- or download this
push @sort_array, [ $trial_1, $key_r ];
- or download this
my @sorted = sort{ $a->[ 0 ] <=> $b->[ 0 ] } @sort_array;
- or download this
my( $closest, $pointer ) = @{ $sorted[ 0 ] };
- or download this
#!/usr/bin/perl -slw
use strict;
...
} ## cycle through again til done with all files
- or download this
#!/usr/bin/perl -slw
use strict;
...
print STDOUT scalar localtime;
} ## cycle through again til done with all files