ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/generic/statgrab.pl
(Generate patch)

Comparing projects/cms/source/host/generic/statgrab.pl (file contents):
Revision 1.5 by pjm2, Mon Jan 22 09:59:09 2001 UTC vs.
Revision 1.6 by pjm2, Mon Jan 22 10:03:30 2001 UTC

# Line 21 | Line 21 | $| = 1;
21   # You'd be silly not to use this ;)
22   use strict;
23  
24 + # Run the following components: -
25   &print_ident();
26   &include_osver();
27   &include_users();
28   &include_top();
29   &include_disk();
30  
31 + # End the program normally.
32   exit(0);
33 +
34 +
35 +
36 +
37 +
38  
39  
40  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines