in reply to Get & Post
you can still use LWP::Simple. just stick the port number into the URL:
# request example.foo from port 8080 of localhost get("http://localhost:8080/example.foo"); [download]
am i missing something?
anders pearson