my $h = $sth->fetchrow_hashref; # error checking left out print < Username:
Notes: END #### print( start_form, 'Username: ', textfield('username', $h->{username}), br, 'Notes: ', textarea('notes', $h->{notes}), submit, end_form ); #### % my $h = $sth->fetchrow_hashref;
Username:
Notes: