in reply to Re: Re: Linux vs. Windows for Learning Perl
in thread Linux vs. Windows for Learning Perl

ppm install DBI

          vs.

perl -MCPAN -e "install DBI" (and hope it compiles and such)

Sorry...which one was easier? :)

  • Comment on Re: Re: Re: Linux vs. Windows for Learning Perl

Replies are listed 'Best First'.
Re (tilly) 4: Linux vs. Windows for Learning Perl
by tilly (Archbishop) on Mar 02, 2001 at 08:45 UTC
    When everything works exactly as planned, assuming that you have no interest in trying to figure out what is going on, etc, etc, etc, Windows does indeed succeed in making life easier.

    In the real world I find that those simple successes pretty much take care of themselves. And there Unix leaves you in much better shape to detect that there is a problem and resolve it in situations where Windows delivers you to a blank wall.

    The fact that you are getting Perl, for free, with the ability to go look at the source and learn from it is very much a product of an attitude that comes from the Unix world, not Windows.

Re: Re: Re: Re: Linux vs. Windows for Learning Perl
by PsychoSpunk (Hermit) on Mar 03, 2001 at 02:00 UTC
    mothra no doubt that it's a lot easier to type 'ppm install DBI'. That's not my point. Notice I said there's an easier way to do it in Unix. That's based against the fact that sierrathedog04 is currently downloading tarball, perl Makefile.PL...

    Instead of me typing all the commands only to learn that I need module-X before distribution-Z can be installed, perl -MCPAN -e "install Bundle::LWP" finds everything I need and installs it for me, with relative ease, I might add.

    ALL HAIL BRAK!!!