Help for this page
my $fh; if( ! open($fh, '>>:mmap', 'file.txt') ){ die "error opening, $!" } ... sleep 1; } close $fh;