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;
Data::STUID::Client - Client for Simplistic STUID Server
my
$client
= Data::STUID::Client->new(
servers
=> [
qw(
foo.bar.baz:9001
foo.bar.baz:9002
)
]
);
my
$id
=
$client
->fetch_id;