in reply to Procedure for finding/searching for existing code

As far as I'm concerned, my "procedure" is a two-step one:

  1. Look in perlmonks if I can find some advices about the piece of code I'm looking for, which step can be split in:
    1. Try the perlmonks Search
    2. Ask in the CB
    3. Post in Seeker of Perl Wisdom
  2. Look in CPAN if there's a module which can be used for the task I'm doing

I would only use Sourceforge to look for complete code, and I've never used freeperlcode.com nor cgi-resources.com, so I guess that your mileage may vary...

<kbd>--
PerlMonger::Paris(http => 'paris.pm.org');</kbd>
  • Comment on Re: Procedure for finding/searching for existing code