Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Sitesearch Lite

by George_Sherston (Vicar)
on Nov 12, 2001 at 17:59 UTC ( [id://124824]=sourcecode: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    
    ...
    print $_->{title},br for @Retrieves;
    
  2. or download this
    #!/usr/local/bin/perl -w
    
    ...
    );
    print header;
    print $results_tmpl->output();
    
  3. or download this
    # send back the sitesearch input box:
    <form method="get" action="http://your_path/cgi-bin/sitesearch.pl">
    ...
    <TMPL_LOOP RESULTS>
        <a href="http://your_path/<TMPL_VAR FILENAME>"><TMPL_VAR TITLE></a
    +><br>
    </TMPL_LOOP>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: sourcecode [id://124824]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 08:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found