I'm playing around with Perl and trying to get a better understanding of its substring/regex functionality.
Say I have a string such as
[48:31.8] Sent: >33*1311875297587*eval*0*frame[0]*"A"<
and want to return 1311875297587. It will always be in that format. How would I do this using Perl?
Thanks