Help for this page
<!DOCTYPE html> <html lang="en-US"> ... <div><button id="send">Send</button></div> </body> </html>
#!/usr/bin/env perl use warnings; ... print header(-charset=>'UTF-8', -type=>'application/json'); print encode_json($response);