> my @array = $data =~ /\((\d+)\)/g;

And what does this means ^^^^^^^^^^ ?



is not an ^, is / next to a \    (/\)

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


Reply via email to