http://qs321.pair.com?node_id=327481


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");

am i missing something?