Skip to content

Commit f6be6c0

Browse files
committed
Add method flush
1 parent 4498203 commit f6be6c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Type/IO/Handle.pod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ Will close a previously opened filehandle.
162162
163163
$fh.close;
164164
165+
=head2 method flush
166+
167+
Will flush the filehandle to disk.
168+
169+
$fh.flush;
170+
165171
=head1 Related roles and classes
166172
167173
See also the related role L<IO> and the related class L<IO::Path>.

0 commit comments

Comments
 (0)