Help for this page

Select Code to Download


  1. or download this
    [root@perlbox sandbox]# ls
    file1.pl  file2.pl  memory
    ...
    
    [root@perlbox sandbox]#
    
  2. or download this
    
     use File::Map qw/:map lock_map sync/;
    ...
            for(my $i=0;$i<10000;++$i) { <b>$mmap = $i;</b> sync($mmap,1);
    + }
     unmap ($mmap);