Help for this page
sub call { my $self = shift; ... $self->_head($self->{Request}, $cb); }
$api->call(GET => ['foo', $spam], 'json', undef, undef, s +ub { ... }); ## Program M, works $api->call(GET => ['bar', $spam, 'baz', $ham], 'json', undef, undef, s +ub { ... }); ## Program C, doesn't work