Help for this page

Select Code to Download


  1. or download this
    sub analyze {
      my $htree = shift;
    ...
        }
      }
    }
    
  2. or download this
    ...
      my @rules = keys %$rul;
    ...
      for my $k (@rules) {
        my @out = @{&proccode($str,$$rul{$k})};
    ...