| Next | Program Repair Shop | 17 | 
        sub verbose {
          return unless $opt_v;
          print STDERR @_;
        }
The only tricky thing here is that we need sub verbose; at the top of he program
Otherwise the syntax is verbose(...) instead of verbose ....
| Next | ![]()  | 
    Copyright © 2006 M. J. Dominus |