Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定のユース ケースで Perl スクリプトを呼び出す Java Web アプリケーションが Apache で実行されています。Perl スクリプトの印刷ステートメント (デフォルトで STDOUT に出力される) を Apache ログにリダイレクトできるようにしたいと考えています。
これを行う最善の方法は何ですか?
Perlスクリプトでこれを使用するとうまくいきました:
print STDERR "my comment";