tipthepizzaguy has asked for the wisdom of the Perl Monks concerning the following question:

Whenever there is "http://" followed by a number of characters until it reaches a space, it needs to replace it with HTML code so it becomes a clickable hyperlink. For example, it will replace http://mydomain.com with <a href="http://mydomain.com">http://mydomain.com</a>

Originally posted as a Categorized Question.

  • Comment on How I replace a URL with a clickable hyperlink?