Help for this page

Select Code to Download


  1. or download this
    sub check_string($word) {
        foreach $chr (split //, $word) {
    ...
            print "@phrase\n";
            @phrase = ();
    }
    
  2. or download this
    m    valid partial string, so continue
    my   found a whole word, so push and recurse
    ...
    
    myc   invalid partial string, so quit
          @phrase = ()