http://www.perlmonks.org?node_id=490696


in reply to Re^2: no output
in thread no output

Basically, your /home partition is set up to not allow programs to run from it. It's to prevent malicious code from running on your system. It can be disabled by editing /etc/fstab, but I advise you to create a directory in /usr to work on your code. Good luck!

Replies are listed 'Best First'.
Re^4: no output
by joco10 (Novice) on Sep 09, 2005 at 19:48 UTC
    Thanks, That works.