I have a config file that defines the location of a database upon which a perl script acts.
Everything works if the path to said database is relative (e.g. "../directory/database.txt"), but I need to change the path to a URL like "http://myserver.com/database.txt". That, however, doesn't work...