Help for this page

Select Code to Download


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