use strict; use warnings; my $text = "Hello, I am a [Perl Monk], still not good at [Regular Expressions]. I have been helped immensely by the good monks at [Perl Monks](http://www.perlmonks.org). This is what I look like ![mymugshot]. Thank you."; listlink ($text); sub listlink { my ($text) = @_; my @links = ( $text =~ / (?## Perl Monk Regular Expressions