Help for this page

Select Code to Download


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