Help for this page

Select Code to Download


  1. or download this
    package main;
    use cacher "/etc";
    my $fstab_wc = cacher::wc("fstab");
    
  2. or download this
    package cacher;
    use strict;
    ...
      sub wc { return($cachehash{$_[0]}); }
    }