Help for this page

Select Code to Download


  1. or download this
    my($key);
    foreach $key ("name","email","website","homeaddress","city","state","p
    +hone","college","company","password") {
    my(${$key}) = $query->param($key);
    }
    
  2. or download this
    my($name)=$query->param("name");
    my($email)=$query->param("email");