Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: A corrolary to TMTOWTDI

by traveler (Parson)
on May 29, 2001 at 23:06 UTC ( [id://84037]=note: print w/replies, xml ) Need Help??


in reply to A corrolary to TMTOWTDI

I have been programming perl for a while: seriously in the last year and sporatically before that. I often find here on Perlmonks some reference to a CPAN module that would have helped me at one stage of some project or another. Some are recent additions to the repository (e.g Text::xSV and Tie::Cycle) while some did not turn up with searches I made.

One problem is that in the heat of programming, one does not often see how to generalize one's problem and then describe it in a way a CPAN search can find it.

Finally, it was a great pleasure when I found CPAN.pm. It was not installed by default on my systems. Maybe one way to help promote the use of CPAN is to get more installations to include CPAN.pm by default.

Replies are listed 'Best First'.
Re: Re: A corrolary to TMTOWTDI
by da (Friar) on Jun 01, 2001 at 18:14 UTC
    One problem is that in the heat of programming, one does not often see how to generalize one's problem and then describe it in a way a CPAN search can find it.

    Yup, this is precisely where perlmonks shines. Not only will people re-describe your problem for you, they will give you answers too.

    So here's the problem as I see it: CPAN seems mostly useful if I know exactly what I'm looking for. Perlmonks is a great resource but people can take advantage of the monks. The perlmonk search sometimes rocks, but sometimes it's really frustrating, again if you don't know what you're looking for.

    Possible solutions:

    Starting from CPAN. The WAIT search is good to narrow down your search terms; it indexes module POD files and does OK on many-word searches. But WAIT is somewhat slow and the results are one-line links so you need to do some more digging in each result to find your search terms.

    Starting from google. Doing a google search restricted to site:perldocs.com works as well, and perhaps better. perldocs.com indexes POD files and other perl documentation, and has two lines of context for each result, which is very useful. The higher-ranked results are usually close to what I was looking for.

    Ultimately what I'd love to see is an integrated CPAN/perlmonks search, where search terms are weighted like google's, and results from perlmonks are also weighted by their reputation.

    ___
    -DA

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 22:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found