Help for this page

Select Code to Download


  1. or download this
    use Bit::Vector;
    
    ...
        last unless ($min, $max) = $v->Interval_Scan_inc($start);
        print "$min $max\n";
    }
    
  2. or download this
    2-5,9-11