ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/Utilities/SCRAMUtils.pm
(Generate patch)

Comparing COMP/SCRAM/src/Utilities/SCRAMUtils.pm (file contents):
Revision 1.6 by williamc, Mon Jul 31 12:37:20 2000 UTC vs.
Revision 1.7 by williamc, Mon Jul 31 14:04:17 2000 UTC

# Line 35 | Line 35 | sub updatelookup {
35          print "Searching for ".$key."\n";
36          while ( <SCRAMUPDATEFILE> ) {
37                  chomp;
38                print $_."\n".$key."\n\n";
38                  if ( $_=~/^\Q$key\E/ ) {
39                          $update=1;
40                          print SCRAMWORK $key.$rest."\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines