Help for this page
sub THPING { my ($args) = @_; ... my ($addr) = @_; ... }
sub THPING { my ($args) = @_; ... @_=(); # Avoid leaking. ... }