/[mws]/trunk/search.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/search.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Tue May 4 14:00:03 2004 UTC (19 years, 11 months ago) by dpavlin
File MIME type: text/plain
File size: 243 byte(s)
added body extractor to MWS

1 #!/usr/bin/perl -w
2
3 use Data::Dumper;
4 use MWS;
5
6 my $debug = 1;
7
8 my $mws = MWS->new('index');
9
10 my $s=join(" ",@ARGV);
11
12 my $results = $mws->search($s);
13 print "$results results...\n";
14
15 while (my $r = $mws->fetch_result()) {
16 print Dumper($r);
17
18 }

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26