put all imports at the top together
This commit is contained in:
parent
1dcc7cb877
commit
def54825e3
@ -1,13 +1,14 @@
|
|||||||
use v5.32;
|
use v5.32;
|
||||||
|
|
||||||
use HTML::TableExtract;
|
use HTML::TableExtract;
|
||||||
use File::Slurp;
|
use File::Slurp;
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
use List::Util qw(sum);
|
use List::Util qw(sum);
|
||||||
use Text::SimpleTable::AutoWidth;
|
use Text::SimpleTable::AutoWidth;
|
||||||
|
use WWW::Mechanize ();
|
||||||
|
|
||||||
# log in to Mersenne.org and get results for the last year
|
# log in to Mersenne.org and get results for the last year
|
||||||
# excluding everything but PHP and DD results
|
# excluding everything but PHP and DD results
|
||||||
use WWW::Mechanize ();
|
|
||||||
my $mech = WWW::Mechanize->new();
|
my $mech = WWW::Mechanize->new();
|
||||||
my $url =
|
my $url =
|
||||||
'https://www.mersenne.org/results/?extf=1&exp1=1&execm=1&excert=1&exp_lo=2&exp_hi=&limit=10000';
|
'https://www.mersenne.org/results/?extf=1&exp1=1&execm=1&excert=1&exp_lo=2&exp_hi=&limit=10000';
|
||||||
|
Loading…
Reference in New Issue
Block a user