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

Comparing COMP/SCRAM/src/ActiveDoc/ActiveDoc.pm (file contents):
Revision 1.23 by williamc, Wed Feb 23 14:53:28 2000 UTC vs.
Revision 1.24 by williamc, Wed Mar 1 11:47:39 2000 UTC

# Line 123 | Line 123 | sub parse {
123            }
124          }
125          else {
126 <          print "Cannot parse - file not known\n";
126 >          $self->error("Cannot parse $parselabel - file not known");
127          }
128   }
129  
130   sub currentparsename {
131          my $self=shift;
132          @_?$self->{currentparsename}=shift
133 <          :$self->{currentparsename};
133 >          :(defined $self->{currentparsename}?$self->{currentparsename}:"");
134   }
135  
136   sub currentparser {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines