# subroutine name: updatecounter # Writes new content to a file # Utilizes function syswritedata(), which does the same job # Global variables used: # $no_flock - disable flock or not sub updatecounter { &syswritedata( @_ ); }