Help for this page
<html> <head> ... </form> </body> </html>
#!/usr/bin/perl ... my $p = $q->param("data"); print $q->header; print $q->p($p);