POPFile の環境変数を設定していない場合、POPFile が実行されたディレクトリの中から必要なモジュールやファイルを探すようになっています。ですから、POPFile をインストールしたディレクトリから実行するか、POPFile が必要なものを見つけられるように、適切な環境変数を設定する必要があります。例えば、
**これは環境変数が設定されていなくても動きます** <code> cd /usr/home/brad/popfile/ perl popfile.pl
set POPFILE_USER=/usr/home/brad/popfile/ set POPFILE_ROOT=/usr/home/brad/popfile/ cd /usr/home/brad/ perl /usr/home/brad/popfile/popfile.pl
</code>
Should you find anything in the documentation that is incomplete, unclear, outdated or just plain wrong, please let us know and leave a note in the Documentation Forum.