if( fork() == 0 ) { system( "C:\\block.exe" ) or die "Command failed: $!\n"; exit; } print "processing second line...\n";