Help for this page
use warnings; use 5.028; ... $xhr->open("GET", "http://localhost:5000/"); say "Sending...\n"; $xhr->send();