Help for this page

Select Code to Download


  1. or download this
    .....
        my($query) = "SELECT weburl, webdate FROM table WHERE approval = '
    +1' LIMIT 10";
    ...
      }
      }
    
  2. or download this
    $req = new HTTP::Request 'GET' => '$whereto';
    
  3. or download this
    $req = new HTTP::Request 'GET' => 'http://www.google.com';