Errors in debugging cgi script /Viewing Programming Software Development by spanish … WSDL my $google_wsdl = "http://api.google.com/GoogleSearch.wsdl"; # my $google_wsdl = "./GoogleSearch.wsdl"; # start, maxResults, filter, restrict, safeSearch… Code Feedback Programming Software Development by Tech B …, re, xgoogle, urllib2, cookielib from xgoogle.search import GoogleSearch, SearchError from xgoogle.translate import Translator chan = '' …chan) else: fin = fin[3].strip() gs = GoogleSearch(fin) gs.results_per_page = 10 results = gs.get_results() x… Re: bots topic for user Crohole Programming Web Development by crohole …=$soapclient->call("doGoogleSearch", $params, "urn:GoogleSearch", "urn:GoogleSearch"); $this->theMaxResults=$maxResults; // print the results… Re: pls i need help on how to make a pay per clik advertising Digital Media Digital Marketing Search Engine Strategies by wassimkhemiri BING+GoogleSearch+Facebook ADS U Can also use 7search :p Re: Errors in debugging cgi script /Viewing Programming Software Development by KevinADC FIrst thing I would recommend fixing the shebang line: [B]#!"C:\Program Files\xampp\perl\bin\perl.exe"[/B] The quotes should not be there: [B]#!C:/Program Files/xampp/perl/bin/perl.exe[/B] Note: You can use forward slashes on Windows The only other thing I see that looks suspicious is these lines: [CODE] my $result =… Re: Code Feedback Programming Software Development by TrustyTony Here one suggestion [CODE]import random noun = ['school', 'yard', 'house', 'ball', 'shoes', 'shirt', 'fan', 'purse', 'bag', 'pants', 'toaster', 'lamp', 'floor', 'door', 'table', 'bread', 'dresser', 'cup', 'salt', 'pepper', 'plate', 'dog', 'cat', 'wood', 'stool', 'suitcase', 'plane', 'bus', 'car', 'bike', 'phone', 'pillow', 'wall', '… Re: Code Feedback Programming Software Development by snippsat Your code it`s not nice and well formated. Thing that is clear now,can be difficult to understand when you look at code the 6 months time in the future. And a bad formatet code with no documenting make things a lot worse. So a well formated code can help yourself to,and make life eaiser for pepole that try to understand the code. Just some not …