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.
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;