$fh->openfilename[openmode]
Takes filename and, optionally, the open mode, and opens a file. If
the mode is present, it can be either in Perl form
(e.g., >, +<) or in POSIX form
(e.g., w, r+).

Copyright © 2001 O'Reilly & Associates. All rights reserved.