in reply to How to skip to next Command line

Another method is to use the start command of cmd.exe:

system("start c:\\block.exe") == 0 or die "Couldn't launch 'c:\\block.exe': $! / $?"; print "processing second line...\n";