Changeset 29180
- Timestamp:
- Sep 21, 2010, 12:05:18 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/Burntool.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/Burntool.pm
r29077 r29180 54 54 55 55 chomp($line); 56 if($line =~ m/ ([0-9]+)\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)/) {56 if($line =~ m/BTSTATS: $today $target ([0-9]+)\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)/) { 57 57 if ($self->{_verbose}) {print "Output = $1 $2 $3 $4\n";} 58 58 ${$pending} = ($2 - $3)/60;
Note:
See TracChangeset
for help on using the changeset viewer.
