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.
What's it for? (Score:1)
Can you give a few real-life (as in "actual") scenarios when it's useful to use narrow?
Re:What's it for? (Score:2)
Example: I'm working on an HTML document and I want to paste in some Perl code or something. I type <pre>, paste the code, and </pre>, and then I realize I need to turn the &'s in the Perl code into &'s. So I select the Perl code that I just pasted in, hit Narrow, use replace-string to change &'s to &, and then hit Widen.
Re:What's it for? (Score:2)
Reply to This
Parent