Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Google Search Not Showing Up

Status
Not open for further replies.

DrMingle

Technical User
May 24, 2009
116
US
When I run it through Komodo I get a Zero (which I believe is a success). However, I get no demonstrated results such as the results from the query...

Should I have some sort of print action? or a ;...

Your thoughts would be appreciated.

Code:
#!/usr/bin/perl -w

<!--Search Google for tompeters.com PowerPoints -->
<form method="get" action="[URL unfurl="true"]http://www.google.com/search">[/URL]
<input type="text" name="q" size=31 maxlength=255 value="">
<input type=submit" name="sa" value="Search Google">
<input type="hidden" name="as_filetype" value="ppt">
<input type="hidden" name="as_sitesearch" value="tompeters.com">
<input type="hidden" name="num" value="100">
</form>

<!-- Search Google for tompeters.com PowerPoints -->


use strict;
 
Er, is that the whole program?

Steve

[small]"Every program can be reduced by one instruction, and every program has at least one bug. Therefore, any program can be reduced to one instruction which doesn't work." (Object::perlDesignPatterns)[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top