This is no surprise to anyone, but it is much easier to search Use Perl from Google than from its own search facility.
In Google, I just limit the host name in the search:
site:use.perl.org system events mac::glue
By the time I even find the search button here, I'm already looking at the results from Google.
Search, Not Really *That* Hard To Find (Score:2)
You mean the one that's at the top right of the page?
Re:Search, Not Really *That* Hard To Find (Score:2)
Yeah, but the results aren't as good.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:Search, Not Really *That* Hard To Find (Score:2)
Re:Search, Not Really *That* Hard To Find (Score:2)
-Dom
Re:Search, Not Really *That* Hard To Find (Score:2)
No, it looks 'orrible.
I can't stand the default slash look...
And yet you like "light" mode? Whatever blows your skirt up I guess
Re:Search, Not Really *That* Hard To Find (Score:2)
I hear ya (Score:2)
Re:I hear ya (Score:1)
-DA [coder.com]
Re:I hear ya (Score:2)
bit of a shame really (Score:2)
Its not hard to write a basic search engine that delivers a lot more punch with a little knowledge of your application.
Both use.perl and search.cpan as well as perl.com all suffer from fairly pedestrian search engines, comparable with the lame efforts of the average .asp site.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:bit of a shame really (Score:2)
Re:bit of a shame really (Score:2)
It doesn't take that long to write your own and have much better results. I would love to work on the searching for search.cpan.org.
If I had any idea how the data was stored and some sample data I would be happy to have a go.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;