NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
I'm guessing matchstr is what you're after (Score:2)
Re:I'm guessing matchstr is what you're after (Score:1)
Unfortunately
matchstr()operates on a string, not the current buffer, so you've first of all had to read the current line into a string.This has the distinct disadvantage that it only works if you already happen to be on the line that you're looking for.
Smylers
Re:I'm guessing matchstr is what you're after (Score:2)
I'm relying on some inside information to guess that he's expecting to be on the line when he uses this command. I could be wrong.
We used to work at the same shop where we had a bunch of shortcuts that worked in that sort of fashion (go to test, implementation, module, base class, mason component).
Reply to This
Parent