http://qs321.pair.com?node_id=844703


in reply to Perl Skills

Seems like you're headed in a good direction. As far as "important CPAN modules" and "web frameworks" go, you should look at Moose and Class::MOP and Catalyst.

Replies are listed 'Best First'.
Re^2: Perl Skills
by CountZero (Bishop) on Jun 14, 2010 at 19:00 UTC
    But before you do that, get yourself first acquainted with the underlying basics such as DBI, the theory behind OOP in Perl, and CGI.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James