NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
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;
Reply to This
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;