Help for this page

Select Code to Download


  1. or download this
    use feature ':5.10';
    $| = 1;
    ...
        $c->close;
        undef($c);
    }
    
  2. or download this
    <html>
     <form action="http://127.0.0.1:8080/process/" method="get">
    ...
      <input type="submit" value="Submit">
    </form>
    </html>