The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Name

Test::SPVM::Sys::Socket::Util - Socket Utility Functions for SPVM::Sys::Socket

Description

Test::SPVM::Sys::Socket::Util module has functions for socket utilities for SPVM::Sys::Socket.

Usage

use  Test::SPVM::Sys::Socket::Util;

my $port = Test::SPVM::Sys::Socket::Util::get_available_port;

Functions

get_available_port

my $port = Test::SPVM::Sys::Socket::Util::get_available_port;

Gets an available port and returns it.