use strict; use warnings; use CGI qw(:standard); use Data::UUID; print header(), start_html(), h1("MAI FORMZ"), start_form(), textfield(-name => "testing"), hidden(-name => "s3cr37", -value => Data::UUID->new->create_str), end_form(), end_html(); #### Untitled Document

MAI FORMZ