http://www.perlmonks.org?node_id=964777


in reply to Re: Matching or masking specific characters in an array of strings
in thread Matching or masking specific characters in an array of strings

Can someone please explain what is happening here? I'm wondering why a solution like this isn't mentioned in this thread - $w =~ s/^aeiou/-/g;