Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re^2: redudent hashby markkawika (Monk) |
on Jun 22, 2009 at 16:53 UTC ( [id://773685]=note: print w/replies, xml ) | Need Help?? |
Yeah, the two occurrances of .*? in that regex don't seem to do anything useful. The only thing I can see is that you want to see (for example) whether the string .oracle appears in $id.
If that's the case, a simple grep /\.oracle/, $keys %$HR_Cwnt; would be faster.
In Section
Seekers of Perl Wisdom
|
|