my $start = time(); my $content : shared; async{ $content = $lwp->get( $url ); }; sleep 1 while time() < $start +3; unless( defined $content ) { ## shutdown the socket } ## use the $content.