$Header: BUGS,v 1.8.1.1 95/05/11 03:55:38 stevens Exp $

        --- Known bugs in pei ---

mail on new server
  Mail isn't being parsed correctly on the new server

"Command not found"
  If you get "Command not found" when you type "pei", try typing "perl pei".

IRIX
  readline.pl doesn't work on IRIX.  So if you are running on an IRIX
  system, just remove the readline.pl file by typing:
    rm readline.pl

XRIX (IRIX?)
  simu.pl doesn't load (perl doesn't like the sort syntax).  Solution:
  remove the lines:
          eval("package $game; do 'simu.pl';");
          &nofind_error("simu.pl",$@) if !$simu_loaded;
  from the file called "pei" and try again.

SunOS
  Sometimes perl (for example in SunOS) is unable to find the files
  readline.pl, tools.pl, parse.pl, ...
  In this case, put all the *.pl files in a directory called ~/perl and
  then in your ~/.login file put the line:
  setenv PERLLIB ~/perl

"exe"
  If you type "exe" at the prompt, pei sends you into never never
  land.  I think this is something in readline.pl.  My advice to you is:
  don't type "exe".

"q" in "more"
  If you pipe to more, and type "q" before more has finished, then pei
  will give you a "broken pipe" error message.  Hitting ^C will get
  you back to pei with no problem though.

"router"
  Router doesn't seem to behave as it should.  For example, if you
  have two warehouses on the same island, and half of the sectors dist
  to one warehouse, and half to the other, then "router" will apparently
  switch which warehouse the sectors dist to.  Very strange (I'll have
  to see it to believe it!).  Hopefully (but unlikely) I'll have time to
  test it on a blitz sometime.

NeXT
  Typeahead doesn't work on the NeXT.
