Help for this page
my($key); foreach $key ("name","email","website","homeaddress","city","state","p +hone","college","company","password") { my(${$key}) = $query->param($key); }
my($name)=$query->param("name"); my($email)=$query->param("email");