http://www.perlmonks.org?node_id=948028


in reply to In Need of Mentoring

First step is to publish the code on somewhere like github, bitbucket, etc. Then post on PrePAN.org. That site is specifically designed for CPAN code reviews. I try to avoid using modules that require 5.10+, because I frequently use different perl versions, from 5.8.9 and up. It only makes sense to restrict the audience if you're relying on a feature of a newer Perl for functionality, not style.

Replies are listed 'Best First'.
Re^2: In Need of Mentoring
by qazwart (Scribe) on Jan 16, 2012 at 02:19 UTC

    Thanks. I didn't know about prepan.org. I'll post over on bitbucket and prepan.org.