Help for this page
<html> <center><h1><div>Enter the user that you would like to change data for + .</div></h1></center> ... <div><input type="submit"></div> </form> </html>
#!/usr/bin/perl -w use CGI qw(standard); ... $q->h1('you submitted the change!'), $q->end_html;