Dr.Ruud wrote:
> Rob Dixon schreef:
>>
>> my @files = $text =~ m#(http://.*?.mp3)"#g;
> 
> Missing is escaping of the dot. 
> This would lead to mismatching "http://my-mp3.mp3";. 

Thank you Ruud

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to