![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Must use regex, how to clip...by seattlejohn (Deacon) |
on Jan 08, 2003 at 05:59 UTC ( #225201=note: print w/replies, xml ) | Need Help?? |
Can you use non-greedy matching at the beginning, e.g. like something like this: .*?<!--begin node-->(.*)<!--end node--> Or is .*? not permissible? $perlmonks{seattlejohn} = 'John Clyman';
In Section
Seekers of Perl Wisdom
|
|