in reply to Asynchronous HTTP Request using specific ports

This seems inconsistent:
PeerPort => "http(80)", LocalPort => $port, Proto => 'tcp',
Try (guess) "http($port)"

Replies are listed 'Best First'.
Re^2: Asynchronous HTTP Request using specific ports
by Adamba (Sexton) on Apr 04, 2013 at 12:08 UTC

    It's not inconsistent, cause I want that my destination port will be 80 and my source port will be $port