Help for this page

Select Code to Download


  1. or download this
    sub write_hits {
      open (HITSW, "+< $_[0]");
    ...
    
    my $hits = &read_hits("hits");
    print "$hits visitors";