system("start /b notepad $filename"); #### my $editor = $ENV{EDITOR} || 'notepad.exe'; system("start /b $editor $filename;