Help for this page

Select Code to Download


  1. or download this
    @dataWrite = @dataRead;
    
  2. or download this
    open(fileOUT,">../Rules1.txt") or dienice("Can't open counter.txt: $!"
    +);;
    flock(fileOUT,2); 
    seek(fileOUT,0,0);
    
  3. or download this
    truncate fileOUT, 0;