Help for this page

Select Code to Download


  1. or download this
    <a href=/cgi-bin/test.pl?hello=2&hai=3>TEST</a>
    
  2. or download this
    $params = $ARGV[0];
    ($test1, $test2) = split('&', $ARGV[0]);