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

Comparing COMP/SCRAM/src/Utilities/AddDir.pm (file contents):
Revision 1.4 by williamc, Mon Feb 14 12:10:36 2000 UTC vs.
Revision 1.5 by williamc, Fri Dec 1 14:51:01 2000 UTC

# Line 35 | Line 35 | sub copydir {
35          use DirHandle;
36          use File::Copy;
37  
38 <        #print "Copying $src to $dest\n";
38 >        # print "Copying $src to $dest\n";
39          adddir($dest);
40          my $dh=DirHandle->new($src);
41 +        if (defined $dh) {
42          my @allfiles=$dh->read();
43          
44          my $file;
# Line 51 | Line 52 | sub copydir {
52           }
53          }
54          undef $dh;
55 +        }
56   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines