Help for this page
<html> <head><title>Example</title> ... <button class="update" id="update_4">Update 4</button> </body> </html>
#!/usr/bin/perl use CGI; ... $q->pre($logtext),$q->end_html; exit; }