NAME

Net::APE::Request - Executing a command on the APE-Server

SYNOPSIS

DESCRIPTION

METHODS

    add_cmd => 'push',
    count_cmds => 'count',
    has_cmds => 'count',
    no_cmds => 'is_empty',

    add_cmd($cmd)

    Adding an Net::APE::Cmd object to the request

    has_cmds

    count_cmds

    Getting a count of the added commands.

    no_cmds

    Gives back true of there are no commands added.

    server

    Get or set the Net::APE::Server to send the commands

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT & LICENSE

Copyright 2010 Torsten Raudssus, all rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 57:

You can't have =items (as at line 64) unless the first thing after the =over is an =item

Around line 82:

You forgot a '=back' before '=head1'