in reply to Re^2: Help with updating a Perl Resources sticky thread at a web developer forum?
in thread Help with updating a Perl Resources sticky thread at a web developer forum?

StommePoes:

I'd definitely keep DBI, as that's what I use. (I intend to try DBIx::Class and others sometime, but haven't had the need to do so yet.) For new users, the more recent packages may be preferable, so you might want to put DBI later in the list, so they can pick up on the newer ones.

As for your question about what else to put in the databases section, I'd probably point them at DBD::SQLite for small database jobs, as it's self contained. Oracle, Access, SQL Server and mySQL seem to get a lot of questions, so it seems worthwhile to point them at appropriate drivers. It may be worth while pointing them at specific perlmonks nodes (e.g. DBI Recipes, tutorial articles and CUFP articles on databases.)

Under your tutorials and articles section, you may want a subsection for "frequently encountered gotchas", like:

...roboticus

  • Comment on Re^3: Help with updating a Perl Resources sticky thread at a web developer forum?

Replies are listed 'Best First'.
Re^4: Help with updating a Perl Resources sticky thread at a web developer forum?
by StommePoes (Scribe) on Mar 12, 2010 at 09:00 UTC

    Great list, Coping with Scoping reminded me of Suffering from Buffering... one thing I have to watch out for though is this is (so far) a single sticky thread... although, I could do as the CSS guys did where it did indeed end up a multipage sticky. However many many many more people come to SitePoint asking the same CSS questions over and over again so that makes sense. Since there's maybe one person in the Programming Team with any experience with Perl, I'm probably not going to expect them to pare down what I've got.

    However I think these and some of the other tuts can hopefully completely replace the current "Articles and Tutorials" Section... means I may not have to worry about how good those are if I can replace with a list like yours of Known Good Stuff. I've added the general link to Tuts over here and to planetscape's list of links as well.