perl.exeの実行中に、インストーラーがプロセスIDを含むコマンドプロンプトウィンドウを表示しています。
表示をブロックしたい。
この素晴らしいスニペットをコードの最後に追加してください
BEGIN {
Win32::SetChildShowWindow(0)
if defined &Win32::SetChildShowWindow;
}
元のソース: http://samdelacruz.blogspot.com/2007/12/hide-console-windows-in-perl.html