Help for this page

Select Code to Download


  1. or download this
        do 'stat.pl';
    
  2. or download this
        scalar eval `cat stat.pl`;
    
  3. or download this
        # read in config files: system first, then user 
        for $file ('/share/prog/defaults.rc',
    ...
            warn "couldn't run $file"       unless $return;
        }
        }