Help for this page
while( <LOG> ) { next unless m[ACK (...)]i; async( \&checkMAC, $1 )->detach; }
sub checkMAC{ my $mac = shift; ... return. }