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

MYDan::UDPFileServer::Client

SYNOPSIS

 use MYDan::UDPFileServer::Client;

 my $client = MYDan::UDPFileServer::Client->new( ip => '127.0.0.1', port => 65111 );
 my $gstat = $client->get( 'filename' );
 my $pstat = $client->put( '/path/file' );