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

StommePoes:

Under perl distributions, you may want to mention the cygwin package which has perl and many other things.

Under "Beyond Vanilla Perl", you may want to have a Databases section and list some of the popular packages (e.g. DBI, DBD::ODBC,...). I think I'd also create a Perl under Windows section with things like: Spreadsheet::WriteExcel, Spreadsheet::ParseExcel, Win32::OLE

...roboticus

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

Replies are listed 'Best First'.
Re^2: Help with updating a Perl Resources sticky thread at a web developer forum?
by stvn (Monsignor) on Mar 11, 2010 at 20:04 UTC

    Actually Spreadsheet::WriteExcel, Spreadsheet::ParseExcel both run perfectly fine on *nix as well, we use them all the time for $work on Linux and FreeBSD servers.

    -stvn

      stvn:

      I didn't mean to imply that they run only on Windows. (I've used it for quite some time on Linux.) I suggested them for the Windows section because Excel is a Windows application, and the primary purpose of those packages (at least around here) is to interact with a file format familiar to many Windows users.

      ...roboticus

Re^2: Help with updating a Perl Resources sticky thread at a web developer forum?
by StommePoes (Scribe) on Mar 11, 2010 at 07:52 UTC

    Hm, yes cygwin is good to add but even better are the Windows stuff you've added... I expect users of this forum to be more Windows users than *nix. Thanks!

    But I have a question about DBI... should I still have links to stuff like DBI or should I keep it to stuff like DBIx::Class instead? Assuming people going through Perl Resources are either new to Perl or haven't done much with it?

    Then again it could also very well be people who've ended up in a Perl shop, so maybe I should just add those too... they can go where I have DBIx::Class. And if I have a Databases section (sounds good), what else should be in there?

        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.