in reply to Re: Perl Regex
in thread Perl Regex

Try this for the regex. It works with the test data provided.

my @matches = ( $str =~ m/\|?Link:([\s0-9-]+)/g );