#!/usr/bin/env perl
use strict;
my $client = Gearman::Driver::Console::Client->new_with_options;
$client->run;