Perl Home
PERL Functions
© 2011 TutorialsPoint.COM
|
PERL close Function
Syntax
Definition and Usage
Closes FILEHANDLE, flushing the buffers, if appropriate, and disassociating the
FILEHANDLE with the original file, pipe, or socket. Closes the currently selected
filehandle if none is specified.
Return Value
Example
Check Perl File I/O Session for Example on open and close.
|

|
|
|