The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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' );