Help for this page

Select Code to Download


  1. or download this
    use Fcntl qw (:DEFAULT :flock :seek);
    my $file = '/dev/shm/tmpcount.txt';
    ...
      print $fh $enc;
      close $fh;
    }
    
  2. or download this
    use Fcntl qw (:DEFAULT :flock :seek);
    
    ...
    close $fh;
    return $string;
    }