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


in reply to Re: Re: Re: perl cant find it anymore!
in thread perl cant find it anymore!

You know it's a UNIX system when backspace does something else.

I used to work with a sysadmin who taught people to not leave their environment config files world-writable by inserting the following line:

stty erase ' '
A dirty trick, but effective. If it ever happens to you, remember that '\' is the shell escape character. :)