/[VRac]/Orao.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Orao.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 62 by dpavlin, Tue Jul 31 16:24:49 2007 UTC revision 64 by dpavlin, Tue Jul 31 16:33:41 2007 UTC
# Line 413  __USAGE__ Line 413  __USAGE__
413                  } elsif ( $c =~ m/^t/ ) {                  } elsif ( $c =~ m/^t/ ) {
414                          $self->trace( not $self->trace );                          $self->trace( not $self->trace );
415                          print "trace ", $self->trace ? 'on' : 'off', "\n";                          print "trace ", $self->trace ? 'on' : 'off', "\n";
416                            $last = '';
417                  } elsif ( $c =~ m/^d/ ) {                  } elsif ( $c =~ m/^d/ ) {
418                          $self->debug( not $self->debug );                          $self->debug( not $self->debug );
419                          print "debug ", $self->debug ? 'on' : 'off', "\n";                          print "debug ", $self->debug ? 'on' : 'off', "\n";
420                            $last = '';
421                  } else {                  } else {
422                          warn "# ignored $line\n" if ($line);                          warn "# ignored $line\n" if ($line);
423                          $last = '';                          $last = '';

Legend:
Removed from v.62  
changed lines
  Added in v.64

  ViewVC Help
Powered by ViewVC 1.1.26