system "echo Help!"; system "command/c echo Help me! > help.tmp"; open FILE, "type help.tmp |"; @file = ; close FILE; for (@file) {print}