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

Comparing COMP/SCRAM/src/ActiveDoc/Switcher.pm (file contents):
Revision 1.1 by williamc, Fri Aug 20 09:15:04 1999 UTC vs.
Revision 1.2 by williamc, Mon Sep 20 16:27:57 1999 UTC

# Line 72 | Line 72 | sub parse {
72          use FileHandle;
73          my $filehandle=FileHandle->new();
74          open( $filehandle , "$self->{filename}" )
75 <                or carp "Switcher: Cannot open $self->{filename} $! \n";
75 >           or return 1;
76 > #               or carp "Switcher: Cannot open $self->{filename} $! \n";
77  
78          # Start file processing
79          while ( <$filehandle> ) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines