Help for this page

Select Code to Download


  1. or download this
    sub chk_snapshot { 
      my $dir=shift; 
    ...
      
      snarf_file("$dir/.snapshot"); 
    }
    
  2. or download this
    return if map { (stat($_))[9] > $ft } grep -f $_,($0,glob "$dir/*");