in reply to Question about OPEN
unless ( open(PTR, '>>nate.txt') ){ print "Error: couldn't open nate.txt: $!"; } else { # rest of code here... } [download]