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