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


in reply to Re^3: Use Something Different
in thread How do you master Perl?

I'm not sure what you're asking for: Learning Perl isn't tied to any platform, and Learning Perl for Win32 is a very old book that won't be updated. We're (as in Stonehenge and the authors of Learning Perl), don't teach a platform specific version of Perl. Learning Perl for Win32 was a reaction to the second edition of Learning Perl where Tom Christiansen let his Windows hatred (and Unix bias) get in the way. Tom Phoenix changed that in the third edition of Learning Perl so we didn't need a Windows version of the book.

A Learning Perl for Unix wouldn't be all that interesting. The interesting parts are where Perl, which is based on a lot of unixisms already, differ on non-unix platforms. Most of the interfaces have been faked or kludged so they work most places already.

--
brian d foy <brian@stonehenge.com>
Subscribe to The Perl Review

Replies are listed 'Best First'.
Re^5: Use Something Different
by apotheon (Deacon) on Jan 02, 2006 at 09:56 UTC

    What I mean is that it makes more sense to me, because Perl doesn't have to be platform-specific, to turn the Win32 book into a "next book" for platform-specific Windows users, rather than letting it languish as a platform-specific book for beginners. Take it as a random rumination from someone that doesn't know what he's talking about, I guess.

    print substr("Just another Perl hacker", 0, -2);
    - apotheon
    CopyWrite Chad Perrin

      There really isn't enough information (that wouldn't go into a general Perl book) to fill up a Perl Windows book. Using modules is a general task that doesn't need its own book for every platform.

      The old edition of Learning Perl for Win32 isn't languishing. We fixed Learning Perl to make a platform specific version unnecessary.

      However, if you want a completely different book from that, then you're talking about something else. It might be nice to have a Win32 Perl Cookbook if you can convince a publisher that people would buy it. :)

      --
      brian d foy <brian@stonehenge.com>
      Subscribe to The Perl Review

        At a guess, I'd say that a unixy netadmin and/or sysadmin Perl cookbook would probably sell better than a Windows Perl cookbook.

        Thanks for the perspective on the situation, in any case.

        print substr("Just another Perl hacker", 0, -2);
        - apotheon
        CopyWrite Chad Perrin