Help for this page

Select Code to Download


  1. or download this
    my $result = $t->FindNext(-forwards, -exact, -nocase, "the");
    #                                /^\
    
  2. or download this
    eval {
      if ($direction eq '-forward')
    ...
       $w->markSet('current', 'sel.first');
       }
     };
    
  3. or download this
    arg = argv[i];
    ...
    ...
    ...
    } else if ((c == 'f') && (strncmp(argv[i], "-forwards", length) == 0))
    + {
        backwards = 0;