The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

$client->add_task( 'reverse' => 'ABCDE', on_complete => sub { my $result = $_[1]; DEBUG $result; # ... }, on_fail => sub { # job failed DEBUG 'faile'; }, ); };

my $t2 = AE::timer 18,0,sub{$cv->send;};

1 POD Error

The following errors were encountered while parsing the POD:

Around line 36:

=pod directives shouldn't be over one line long! Ignoring all 4 lines of content