in reply to Re^5: Shared memory and asynchronous access
in thread Shared memory and asynchronous access

Re: Another interesting wrinkle is that if you dont supply a LocalPort => on the new it will pick a "random?" UNUSED port. You can then find what the port is via my $port=$socket->sockport ();.

Thank you, huck++.

  • Comment on Re^6: Shared memory and asynchronous access