/[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

revision 41 by laperla, Mon Nov 13 20:25:49 2000 UTC revision 50 by laperla, Sat Mar 3 11:24:59 2001 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.50

  ViewVC Help
Powered by ViewVC 1.1.26