Hi, I'm a beginner in perl and I have looked all over for ways in Perl to make URLs standardized. In other words, I'm looking to create a small program to check a string (with url) and then change any URL form of example.org, www.example.org or http://example.org to the standard form http://www.example.org, no matter what the domain name. Any advice on the best way to do this will be appreciated.