in reply to How to best pass on the context / wantarray?
$cursor->move_right(3); # move cursor three chars to the right $cursor->move_down(); # move cursor one line downwards # and my $left_pos = $cursor->copy->move_left(1); # position one char to the left of the cursor my $start = $cursor->copy->start_of_document();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to best pass on the context / wantarray?
by saberworks (Curate) on Mar 27, 2006 at 18:41 UTC | |
by Anonymous Monk on Mar 28, 2006 at 05:25 UTC |