Download: Data-STUID-0.01.tar.gz
Dependencies
Annotate this POD
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;