Help for this page

Select Code to Download


  1. or download this
    $val = "";
    $val2 = "123";
    $url = "http://localhost/get.pl?&val1=".$val."&val2=".$val2;
    giving
    http://localhost/get.pl?&val1=&val2=123
    
  2. or download this
    sub happy(){   
    print << "THANKS";
    ...
    </HTML>
    THANKS
    }