/[wait]/trunk/lib/WAIT/Filter.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 /trunk/lib/WAIT/Filter.pm

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

cvs-head/lib/WAIT/Filter.pm revision 41 by laperla, Mon Nov 13 20:25:49 2000 UTC trunk/lib/WAIT/Filter.pm revision 88 by dpavlin, Mon May 24 13:44:01 2004 UTC
# Line 97  while (<DATA>) { Line 97  while (<DATA>) {
97    next if /^\s*#/; # there's a comment    next if /^\s*#/; # there's a comment
98    $STOP{$_}++;    $STOP{$_}++;
99  }  }
100    close DATA;
101    
102  sub stop {  sub stop {
103    if (exists $STOP{$_[0]}) {    if (exists $STOP{$_[0]}) {

Legend:
Removed from v.41  
changed lines
  Added in v.88

  ViewVC Help
Powered by ViewVC 1.1.26