open(OUTPUT, "> test.txt") or die "test.txt: $!"; for() { print OUTPUT $_; } close(OUTPUT);