![]() |
|
P is for Practical | |
PerlMonks |
Re^2: experiencing slowness due to matching algorithmby ovedpo15 (Pilgrim) |
on Jan 09, 2023 at 10:36 UTC ( #11149449=note: print w/replies, xml ) | Need Help?? |
I will try it thanks! The problem is that 0 == index $subpath, "$target/" is not quite the same as $subpath =~ /^$target\// because I want it to start with $target. Is there something similar to startswith of Python?
In Section
Seekers of Perl Wisdom
|
|