use strict; use warnings; use WWW::Mechanize; my $mech = WWW::Mechanize->new( autocheck => 1 ); $mech->get( "https://openbook.etoro.com/dellos/stats/" ); print $mech->content(format => 'text' );