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

Data::STUID::Client - Client for Simplistic STUID Server

SYNOPSIS

    my $client = Data::STUID::Client->new(
        servers => [ qw(
            foo.bar.baz:9001
            foo.bar.baz:9002
        )]
    );

    my $id = $client->fetch_id;