I’m currently using the module URI::URL to generate a full URL from a relative URL; however, it isn’t running as fast as I’d like it to be. Does anyone know another way to do this that may be faster?
I’m currently using the module URI::URL to generate a full URL from a relative
Share
The following code should work.
You should also take a look at the URI page on search.cpan.org.