![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: pattern search then remove duplicacyby RichardK (Parson) |
on Jun 21, 2014 at 10:41 UTC ( #1090755=note: print w/replies, xml ) | Need Help?? |
BTW, A single period in a regex matches any single character, so if you want to match just a period you'll need to escape that, '\.', or you might not get the results you're expecting.
In Section
Seekers of Perl Wisdom
|
|