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