Приглашаем посетить
Чернышевский (chernyshevskiy.lit-info.ru)

Reference: open

PreviousChapter 8
Standard Modules
Next
 

open

$fh->open filename [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+).


PreviousHomeNext
Reference: getposBook IndexReference: setpos