$fh = FileHandle->new("> FOO"); if (defined $fh) { print $fh "bar\n"; $fh->close; }