in reply to perldoc on WinXP - with "less" instead of "more"

In addition to "less", there are a bunch of other *nix utilities that really help (how can someone live without cat?). I haven't compared the GNU utils lately to the Cygwin ones, but Cygwin is very complete. You can install Cygwin very easily (has its own installer now) then just ignore Cygwin (i.e. don't use its bash shell, use your regular Win console) and you'll have access to all the utils as long as cygwin/bin is in your path.

Another tip: if you can, ditch IIS and install Apache - you'll get a wider group of monks able to help you troubleshoot server issues that way.

  • Comment on Re: perldoc on WinXP - with "less" instead of "more"

Replies are listed 'Best First'.
Re^2: perldoc on WinXP - with "less" instead of "more"
by hardburn (Abbot) on Jun 29, 2004 at 20:25 UTC

    Cygwin is the GNU utils. Often a few versions behind, but it's the same stuff.

    ----
    send money to your kernel via the boot loader.. This and more wisdom available from Markov Hardburn.

Re^2: perldoc on WinXP - with "less" instead of "more"
by hmerrill (Friar) on Jun 29, 2004 at 18:43 UTC
    Great idea on Cygwin! That's next on my Windows to-do list. Can't do on the switch to Apache - I don't have a choice on that one - IIS it has to be (at least for now).