put all imports at the top together

main
Yanick Champoux 2023-08-26 10:20:14 -04:00
parent 1dcc7cb877
commit def54825e3
1 changed files with 2 additions and 1 deletions

View File

@ -1,13 +1,14 @@
use v5.32;
use HTML::TableExtract;
use File::Slurp;
use Data::Dumper;
use List::Util qw(sum);
use Text::SimpleTable::AutoWidth;
use WWW::Mechanize ();
# log in to Mersenne.org and get results for the last year
# excluding everything but PHP and DD results
use WWW::Mechanize ();
my $mech = WWW::Mechanize->new();
my $url =
'https://www.mersenne.org/results/?extf=1&exp1=1&execm=1&excert=1&exp_lo=2&exp_hi=&limit=10000';