Help for this page

Select Code to Download


  1. or download this
    <li>  <input type='text' name='mob' placeholder='Phone Number'></li>
  2. or download this
    
    my $mob = $q->param("mob");
    ...
    print "<html><body>\n";
    print $mob;
    print "</html></body>\n";